Update .drone.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sam A. 2022-05-24 00:53:10 +02:00
parent 795681f6cd
commit 4a7f32038e
1 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,12 @@ steps:
- echo "$${SSH_KEY}" > ~/.ssh/id_ed25519
- chmod 600 ~/.ssh/id_ed25519
- scp -o "StrictHostKeyChecking no" -P $${SSH_PORT} -r /data/public $${SSH_USER}@$${SSH_HOST}:docker/nginx/website
when:
branch:
- main
event:
exclude:
- pull_request
volumes:
- name: data