Skip to content

Commit 7f57ffd

Browse files
changeIP
1 parent 9d1211e commit 7f57ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DeployToQA.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ fi
99

1010
echo "Deploy to ${APP_NAME}-qa.satel.ca"
1111
export DOCKER_TLS_VERIFY='1'
12-
export DOCKER_HOST='tcp://34.234.172.171:2376'
12+
export DOCKER_HOST='tcp://35.170.70.47:2376'
1313
export DOCKER_CERT_PATH='/home/satel/.docker/machine/machines/satel-webapps-qa'
1414

1515
if [[ ! $REGISTRY_TYPE ]]; then
1616
docker login --username=$DOCKER_USER --password=$DOCKER_PASS $REGISTRY
1717
fi
1818

19-
docker stack deploy --with-registry-auth -c docker-compose.qa.yml ${APP_NAME}
19+
docker stack deploy --with-registry-auth -c docker-compose.qa.yml ${APP_NAME}

0 commit comments

Comments
 (0)