We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1211e commit 7f57ffdCopy full SHA for 7f57ffd
DeployToQA.sh
@@ -9,11 +9,11 @@ fi
9
10
echo "Deploy to ${APP_NAME}-qa.satel.ca"
11
export DOCKER_TLS_VERIFY='1'
12
-export DOCKER_HOST='tcp://34.234.172.171:2376'
+export DOCKER_HOST='tcp://35.170.70.47:2376'
13
export DOCKER_CERT_PATH='/home/satel/.docker/machine/machines/satel-webapps-qa'
14
15
if [[ ! $REGISTRY_TYPE ]]; then
16
docker login --username=$DOCKER_USER --password=$DOCKER_PASS $REGISTRY
17
fi
18
19
-docker stack deploy --with-registry-auth -c docker-compose.qa.yml ${APP_NAME}
+docker stack deploy --with-registry-auth -c docker-compose.qa.yml ${APP_NAME}
0 commit comments