battleship
This commit is contained in:
parent
bec3d67171
commit
89f99cb3ea
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user