Skip to content

Commit e0b9dbb

Browse files
committed
add rsync
1 parent f7dc2a4 commit e0b9dbb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.woodpecker/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ steps:
2222
image: node:20
2323
when:
2424
- event: push
25-
volumes:
26-
- /var/run/docker.sock:/var/run/docker.sock
2725
commands:
26+
- apt update && apt install -y rsync
2827
- export $(cat /woodpecker/deploy.vault.env | xargs)
2928
- npm clean-install
3029
- /bin/bash ./.woodpecker/buildRelease.sh

0 commit comments

Comments
 (0)