Automatically add ct-www as known_host
This commit is contained in:
parent
1caecb9fd5
commit
d4d6816e95
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@ deploy:
|
|||
- chmod 700 ~/.ssh
|
||||
- ssh-keyscan proxy.auro.re >> ~/.ssh/known_hosts
|
||||
- chmod 644 ~/.ssh/known_hosts
|
||||
- ssh -J git@proxy.auro.re git@10.128.0.52 "rm -r /var/www/aurore/*"
|
||||
- ssh -o StrictHostKeyChecking=no -J git@proxy.auro.re git@10.128.0.52 "rm -r /var/www/aurore/*"
|
||||
- scp -oProxyJump=git@proxy.auro.re -r assets/ images/ templates/ index.html git@10.128.0.52:/var/www/aurore
|
||||
|
|
Loading…
Reference in a new issue