Fix: Update server ip
This commit is contained in:
parent
a7d8b95bc3
commit
26972d1c4e
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ deploy_production:
|
|||
- apt-get update
|
||||
- apt-get install -y openssh-client rsync
|
||||
- chmod 700 $DEPLOYMENT_SSH_KEY
|
||||
- rsync -avz -e "ssh -i $DEPLOYMENT_SSH_KEY -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" ./public/ root@10.10.0.1:/opt/lamp/www/timer.itsblue.de
|
||||
- rsync -avz -e "ssh -i $DEPLOYMENT_SSH_KEY -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" ./public/ root@10.10.0.34:/opt/lamp/www/timer.itsblue.de
|
||||
only:
|
||||
- master
|
||||
|
|
Loading…
Reference in a new issue