Skip to content

Commit 6d869d1

Browse files
committed
add rsync
1 parent 6375bc7 commit 6d869d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.woodpecker/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ steps:
2323
when:
2424
- event: push
2525
commands:
26+
- apt update && apt install -y rsync
2627
- export $(cat /woodpecker/deploy.vault.env | xargs)
2728
- npm clean-install
2829
- /bin/bash ./.woodpecker/buildRelease.sh

0 commit comments

Comments
 (0)