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: on_success
- when: manual - when: manual
script: script:
- docker stack deploy -c ./.deploy/deploy-dev.yaml sprint - docker stack deploy --with-registry-auth -c ./.deploy/deploy-dev.yaml sprint
deploy-prod: deploy-prod:
extends: extends:
@ -44,7 +44,7 @@ deploy-prod:
- master - master
when: manual when: manual
script: script:
- docker stack deploy -c ./.deploy/deploy-prod.yaml sprint - docker stack deploy --with-registry-auth -c ./.deploy/deploy-prod.yaml sprint
push-runner: push-runner:
extends: extends:
@ -57,4 +57,4 @@ push-runner:
when: manual when: manual
script: script:
- docker build -t mathwave/sprint-runner . - docker build -t mathwave/sprint-runner .
- docker push mathwave/sprint-runner - docker push mathwave/sprint-runner