This commit is contained in:
Administrator 2022-09-04 20:52:25 +03:00
parent 5e69353755
commit db36ec4641
2 changed files with 4 additions and 1 deletions

View File

@ -26,3 +26,7 @@ networks:
driver: overlay driver: overlay
gitlab-nginx: gitlab-nginx:
external: true external: true
configs:
gitlab:
file: ./gitlab.rb

View File

@ -43,7 +43,6 @@ 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