From eec59acc290df1102d39217804811a5e19a36b17 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 13 Sep 2023 21:25:20 +0200 Subject: [PATCH] [wip] deploy task --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 69bb61b..0100b25 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -100,6 +100,7 @@ pipeline: app-deploy: image: deblan/php:8.1 secrets: [ssh_user, ssh_host, ssh_priv_key, app_directory] + volumes: *volumes commands: - apt-get update && apt-get -y install rsync openssh-client - cd "/data/deblan/deblan.io-murph/$CI_COMMIT_SHA"