Update .gitlab-ci.yml

This commit is contained in:
Egor Matveev 2022-10-04 15:46:45 +00:00
parent c34175b262
commit f768bd549a

View File

@ -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