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