From 75301d4017fbae96938af6a704d6ef78f4c63575 Mon Sep 17 00:00:00 2001 From: atoth Date: Thu, 1 Jul 2021 13:34:06 +0000 Subject: [PATCH] Update .gitlab-ci.yml file with correct IP address --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bfe989..e5d3983 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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