From a66c761b90a1771564a890f19cad2e9c7433a165 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Tue, 4 Oct 2022 16:25:58 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94cfb13..4a11d9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: @@ -57,4 +57,4 @@ push-runner: when: manual script: - docker build -t mathwave/sprint-runner . - - docker push mathwave/sprint-runner \ No newline at end of file + - docker push mathwave/sprint-runner