Update .gitlab-ci.yml file with correct IP address
This commit is contained in:
parent
90e1e2f50d
commit
75301d4017
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue