This commit is contained in:
Administrator
2022-09-04 00:30:28 +03:00
parent 1962a9fc2b
commit ba60154492
3 changed files with 11 additions and 12 deletions

View File

@@ -7,7 +7,6 @@ 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
@@ -47,4 +46,3 @@ deploy-prod:
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-gitlab/deploy-prod.yaml gitlab