This commit is contained in:
2022-09-03 20:38:36 +00:00
parent 03e41e27d0
commit 1faf8b6218
6 changed files with 44 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ stages:
before_script:
- docker login -u mathwave -p $DOCKERHUB_PASSWORD
- docker network create -d overlay --attachable swarmpit-nginx || true
- docker network create -d overlay --attachable gitlab-nginx || true
build:
stage: build
@@ -45,4 +46,5 @@ deploy-prod:
when: manual
script:
- 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
- docker stack deploy -c ./.deploy-gitlab/deploy-prod.yaml gitlab