This commit is contained in:
Administrator 2022-09-04 14:55:18 +03:00
parent d9eeb70a67
commit 5a3f72d605

View File

@ -43,6 +43,7 @@ deploy-prod:
- prod - prod
only: only:
- master - master
when: manual
script: script:
- docker stack deploy -c ./.deploy-swarmpit/deploy-prod.yaml swarmpit - docker stack deploy -c ./.deploy-swarmpit/deploy-prod.yaml swarmpit
- docker stack deploy -c ./.deploy-infra/deploy-prod.yaml infra - docker stack deploy -c ./.deploy-infra/deploy-prod.yaml infra