with registry auth
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user