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"