This commit is contained in:
parent
7195fb36c8
commit
e06696c12e
@ -18,7 +18,13 @@ steps:
|
||||
- rsync -atv --delete --progress public/ andrew@andrewnw.xyz:/home/andrew/andrewnw.xyz/
|
||||
# - echo "$COM_SSH_DEPLOY_KEY" | tr -d '\r' | DISPLAY=":0.0" SSH_ASKPASS=~/.ssh/.print_ssh_password setsid ssh-add -
|
||||
# - rsync -atv --delete --progress public/ andrew@andrewnw.com:/home/andrew/andrewnw.com/
|
||||
secrets: [ ssh_host_key, ssh_deploy_key, ssh_passphrase ]
|
||||
environment:
|
||||
SSH_HOST_KEY:
|
||||
from_secret: ssh_host_key
|
||||
SSH_DEPLOY_KEY:
|
||||
from_secret: ssh_deploy_key
|
||||
SSH_PASSPHRASE:
|
||||
from_secret: ssh_passphrase
|
||||
|
||||
|
||||
when:
|
||||
|
Loading…
x
Reference in New Issue
Block a user