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: on_success
- when: manual - when: manual
script: script:
- docker stack deploy -c ./.deploy/deploy-dev.yaml battleship - docker stack deploy --with-registry-auth -c ./.deploy/deploy-dev.yaml battleship
deploy-prod: deploy-prod:
extends: extends:
@ -51,4 +51,4 @@ deploy-prod:
- master - master
when: manual when: manual
script: script:
- docker stack deploy -c ./.deploy/deploy-prod.yaml battleship - docker stack deploy --with-registry-auth -c ./.deploy/deploy-prod.yaml battleship