ci: deploy
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-12-28 17:04:13 +01:00
parent f8413e4bf2
commit df3292f49d
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -46,6 +46,7 @@ pipeline:
image: deblan/php:8.1
secrets: [ssh_user, ssh_host, ssh_priv_key, app_directory]
commands:
- apt-get update && apt-get -y install rsync openssh-client
- mkdir "$HOME/.ssh"
- echo "$SSH_PRIV_KEY" > "$HOME/.ssh/id_ed25519"
- chmod 700 "$HOME/.ssh"