CI: Change path on remote server
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sam A. 2023-04-21 00:25:16 +02:00
parent 5caeddcd47
commit 7b3ff71bfa
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ steps:
- echo "$${SSH_KEY}" > ~/.ssh/id_ed25519
- chmod 600 ~/.ssh/id_ed25519
- ssh-keyscan -H cpx.servers.sapti.me > ~/.ssh/known_hosts
- rsync -acvx --delete ./public cicd@cpx.servers.sapti.me:/opt/docker/nginx/website/
- rsync -acvx --delete ./public cicd@cpx.servers.sapti.me:/opt/docker/samsapti.dev/
when:
branch:
- main