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

This commit is contained in:
atoth 2021-07-01 13:34:41 +00:00
parent 75301d4017
commit 10da8bb98a

View file

@ -79,7 +79,7 @@ deploy_production:
- 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:production
- rsync -e "ssh -l deploy -p 31337" -av --delete public/ 195.160.173.9:production
when: on_success
environment:
name: production