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 e6d12f6 commit 361942eCopy full SHA for 361942e
.gitlab-ci.yml
@@ -7,7 +7,7 @@ deploy_staging:
7
stage: deploy
8
script:
9
- export DOCKER_TLS_VERIFY="1"
10
- - export DOCKER_HOST="tcp://manager.machine.local:2376"
+ - export DOCKER_HOST="tcp://192.168.99.103:2376"
11
- export DOCKER_CERT_PATH="/.docker/machine/machines/manager1"
12
- export DOCKER_MACHINE_NAME="manager1"
13
- docker stack deploy --compose-file docker-stack.yml voting-app
@@ -40,6 +40,7 @@ stop_review:
40
variables:
41
GIT_STRATEGY: none
42
43
+ - export
44
45
- export DOCKER_HOST="tcp://192.168.99.103:2376"
46
0 commit comments