update build step
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Simon Vieille 2023-10-18 22:16:10 +02:00
parent bbb1804f31
commit 7800a01499
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1,7 +1,7 @@
variables:
- &volumes
- node16_cache:/root/.npm
- /data/deblan/deblan.io-murph:/data/deblan/deblan.io-murph
- /data/deblan/deblan.io-murph:/builds
when:
event: [push, pull_request, tag, manual]
@ -71,7 +71,7 @@ steps:
volumes: *volumes
commands:
- apt-get update && apt-get -y install rsync
- cd /data/deblan/deblan.io-murph/
- cd /builds
- rsync -az "$CI_WORKSPACE/" "$CI_COMMIT_SHA"
services: