fix
This commit is contained in:
parent
a6b66b0791
commit
6fc0e07084
@ -3,10 +3,6 @@ version: '3.3'
|
||||
services:
|
||||
gitlab:
|
||||
image: gitlab/gitlab-ee:15.2.2-ee.0
|
||||
environment:
|
||||
GITLAB_OMNIBUS_CONFIG: |
|
||||
external_url 'http://gitlab.sprinthub.ru'
|
||||
# Add any other gitlab.rb configuration here, each on its own line
|
||||
volumes:
|
||||
- /root/gitlab/data:/var/opt/gitlab
|
||||
- /root/gitlab/logs:/var/log/gitlab
|
||||
|
@ -43,7 +43,6 @@ deploy-prod:
|
||||
- prod
|
||||
only:
|
||||
- master
|
||||
when: manual
|
||||
script:
|
||||
- docker stack deploy -c ./.deploy-swarmpit/deploy-prod.yaml swarmpit
|
||||
- docker stack deploy -c ./.deploy-infra/deploy-prod.yaml infra
|
||||
|
Loading…
Reference in New Issue
Block a user