with registry auth
This commit is contained in:
parent
e4651f6fed
commit
9cd152b06d
@ -31,7 +31,7 @@ deploy-dev:
|
|||||||
when: on_success
|
when: on_success
|
||||||
- when: manual
|
- when: manual
|
||||||
script:
|
script:
|
||||||
- docker stack deploy -c ./.deploy/deploy-dev.yaml b-jokes
|
- docker stack deploy --with-registry-auth -c ./.deploy/deploy-dev.yaml b-jokes
|
||||||
|
|
||||||
deploy-prod:
|
deploy-prod:
|
||||||
extends:
|
extends:
|
||||||
@ -43,4 +43,4 @@ deploy-prod:
|
|||||||
- master
|
- master
|
||||||
when: manual
|
when: manual
|
||||||
script:
|
script:
|
||||||
- docker stack deploy -c ./.deploy/deploy-prod.yaml b-jokes
|
- docker stack deploy --with-registry-auth -c ./.deploy/deploy-prod.yaml b-jokes
|
||||||
|
Loading…
Reference in New Issue
Block a user