We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6375bc7 commit 6d869d1Copy full SHA for 6d869d1
1 file changed
.woodpecker/release.yml
@@ -23,6 +23,7 @@ steps:
23
when:
24
- event: push
25
commands:
26
+ - apt update && apt install -y rsync
27
- export $(cat /woodpecker/deploy.vault.env | xargs)
28
- npm clean-install
29
- /bin/bash ./.woodpecker/buildRelease.sh
0 commit comments