This commit is contained in:
Egor Matveev 2022-03-02 21:32:40 +03:00
parent a5ef81d651
commit 0f7ed1a5cd

View File

@ -22,7 +22,8 @@ build:
# - docker image rm mathwave/sprint-repo:sprint
# - docker pull mathwave/sprint-repo:sprint
script:
- docker-compose up -d
- docker-compose -f docker-compose-infra.yaml up -d
- docker stack deploy -c ./docker-compose-deploy.yaml sprint
deploy-dev:
extends: