From f768bd549a48f3df9954f949dfd65be41ed2ad96 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Tue, 4 Oct 2022 15:46:45 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16349e8..e37a847 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file + - docker stack deploy --with-registry-auth -c ./.deploy/deploy-prod.yaml battleship