update ci
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/deployment/deploy Pipeline was successful

This commit is contained in:
Simon Vieille 2023-09-23 23:09:01 +02:00
parent dfecbb0ea6
commit 45bd1b408d
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -72,9 +72,7 @@ pipeline:
commands:
- apt-get update && apt-get -y install rsync
- cd /data/deblan/deblan.io-murph/
- test -d "$CI_COMMIT_SHA" || mkdir "$CI_COMMIT_SHA"
- cd "$CI_COMMIT_SHA"
- rsync -avz "$CI_WORKSPACE/" "./"
- rsync -avz "$CI_WORKSPACE/" "$CI_COMMIT_SHA"
services:
db: