Update .gitlab-ci.yml file with correct IP address

This commit is contained in:
atoth 2021-07-01 13:34:06 +00:00
parent 90e1e2f50d
commit 75301d4017

View file

@ -54,7 +54,7 @@ deploy_staging:
- eval $(ssh-agent -s)
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
- echo "$PRIVATE_KEY" | ssh-add -
- rsync -e "ssh -l deploy -p 31337" -av --delete public/ 195.54.164.87:staging
- rsync -e "ssh -l deploy -p 31337" -av --delete public/ 195.160.173.9:staging
when: on_success
environment:
name: staging