[wip] deploy task
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-09-13 21:25:20 +02:00
parent b60a1acd57
commit eec59acc29
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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"