From 89f99cb3eaa14a2924164487ef1f78787f2add73 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 22 Aug 2022 14:49:26 +0300 Subject: [PATCH] battleship --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44ab3a8..45adc1c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ deploy-dev: when: on_success - when: manual script: - - docker stack deploy -c ./.deploy/deploy-dev.yaml sprint + - docker stack deploy -c ./.deploy/deploy-dev.yaml battleship deploy-prod: extends: @@ -42,4 +42,4 @@ deploy-prod: - master when: manual script: - - docker stack deploy -c ./.deploy/deploy-prod.yaml sprint + - docker stack deploy -c ./.deploy/deploy-prod.yaml battleship