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

This commit is contained in:
Sam A. 2022-10-15 15:22:52 +02:00
parent 002da03bd9
commit 12382d17e2
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ steps:
- mkdir ~/.ssh
- echo "$${SSH_KEY}" > ~/.ssh/id_ed25519
- chmod 600 ~/.ssh/id_ed25519
- scp -o "StrictHostKeyChecking no" -P $${SSH_PORT} -r \
- scp -o "StrictHostKeyChecking no" -P $${SSH_PORT} -r
./public $${SSH_USER}@$${SSH_HOST}:docker/nginx/website
when:
branch: