From 7800a014992893e83c4aafdd4787287f649c6c58 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 18 Oct 2023 22:16:10 +0200 Subject: [PATCH] update build step --- .woodpecker/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 3150dfb..841819d 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -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: