deploy with rsa key
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank 2021-12-04 17:16:38 +01:00
parent f618eb28e9
commit 6275c695f4
Signed by: apairon
GPG Key ID: A0E05A8199CE3F57

View File

@ -1,4 +1,5 @@
kind: pipeline kind: pipeline
type: docker
name: default name: default
workspace: workspace:
@ -113,7 +114,7 @@ steps:
- ' - '
rsync -rlcgD -i -u -v --stats rsync -rlcgD -i -u -v --stats
--delete --delete
-e "sshpass -p $${RSYNC_PASS} ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 22222" -e "sshpass -p $${RSYNC_PASS} ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o HostKeyAlgorithms=ssh-rsa -o PubkeyAcceptedKeyTypes=ssh-rsa -p 22222"
html/ html/
basiskonfiguration_mark2web_rsync@deploy.bc1.basehosts.de:./' basiskonfiguration_mark2web_rsync@deploy.bc1.basehosts.de:./'
when: when: