Update .gitlab-ci.yml

This commit is contained in:
Egor Matveev 2022-10-04 16:25:58 +00:00
parent 3b0cc9caed
commit a66c761b90

View File

@ -32,7 +32,7 @@ deploy-dev:
when: on_success
- when: manual
script:
- docker stack deploy -c ./.deploy/deploy-dev.yaml sprint
- docker stack deploy --with-registry-auth -c ./.deploy/deploy-dev.yaml sprint
deploy-prod:
extends:
@ -44,7 +44,7 @@ deploy-prod:
- master
when: manual
script:
- docker stack deploy -c ./.deploy/deploy-prod.yaml sprint
- docker stack deploy --with-registry-auth -c ./.deploy/deploy-prod.yaml sprint
push-runner:
extends: