battleship

This commit is contained in:
Administrator 2022-08-22 14:49:26 +03:00
parent bec3d67171
commit 89f99cb3ea

View File

@ -30,7 +30,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 -c ./.deploy/deploy-dev.yaml battleship
deploy-prod: deploy-prod:
extends: extends:
@ -42,4 +42,4 @@ deploy-prod:
- master - master
when: manual when: manual
script: script:
- docker stack deploy -c ./.deploy/deploy-prod.yaml sprint - docker stack deploy -c ./.deploy/deploy-prod.yaml battleship