This commit is contained in:
parent
141ec061e0
commit
5229fe9650
|
@ -14,4 +14,5 @@ pipeline:
|
|||
secrets: [SSH_KEY, SSH_USER]
|
||||
commands:
|
||||
- echo $SSH_KEY > ssh_key
|
||||
- chmod 600 ssh_key
|
||||
- rsync -avz -e 'ssh -o StrictHostKeyChecking=no -i ssh_key' public/ $SSH_USER@bgenc.net:/array/www/
|
||||
|
|
Loading…
Reference in a new issue