diff --git a/.woodpecker/stow.yaml b/.woodpecker/stow.yaml new file mode 100644 index 0000000..d9ca2c7 --- /dev/null +++ b/.woodpecker/stow.yaml @@ -0,0 +1,14 @@ +when: + event: + - push + - manual + branch: main + +steps: + build: + image: rust + commands: + - apt update + - apt install -y stow + - stow . +