with registry auth
This commit is contained in:
parent
e4651f6fed
commit
9cd152b06d
@ -31,7 +31,7 @@ deploy-dev:
|
||||
when: on_success
|
||||
- when: manual
|
||||
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:
|
||||
extends:
|
||||
@ -43,4 +43,4 @@ deploy-prod:
|
||||
- master
|
||||
when: manual
|
||||
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