Update .gitlab-ci.yml
This commit is contained in:
parent
c34175b262
commit
f768bd549a
@ -39,7 +39,7 @@ deploy-dev:
|
||||
when: on_success
|
||||
- when: manual
|
||||
script:
|
||||
- docker stack deploy -c ./.deploy/deploy-dev.yaml battleship
|
||||
- docker stack deploy --with-registry-auth -c ./.deploy/deploy-dev.yaml battleship
|
||||
|
||||
deploy-prod:
|
||||
extends:
|
||||
@ -51,4 +51,4 @@ deploy-prod:
|
||||
- master
|
||||
when: manual
|
||||
script:
|
||||
- docker stack deploy -c ./.deploy/deploy-prod.yaml battleship
|
||||
- docker stack deploy --with-registry-auth -c ./.deploy/deploy-prod.yaml battleship
|
||||
|
Loading…
Reference in New Issue
Block a user