Fix: Update server ip

This commit is contained in:
Dorian Zedler 2022-05-11 23:51:29 +02:00
parent a7d8b95bc3
commit 26972d1c4e
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 1 additions and 1 deletions

View File

@ -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