This commit is contained in:
Egor Matveev 2022-04-02 10:14:26 +03:00
parent ac9e8875b7
commit 3bac65f244

View File

@ -20,7 +20,7 @@ build:
before_script:
- docker login -u mathwave -p $DOCKERHUB_PASSWORD
script:
- docker image rm $(docker images -q mathwave/sprint-repo)
- docker 2>/dev/null rmi docker images -q mathwave/sprint-repo | true
- docker stack deploy -c ./docker-compose-deploy.yaml sprint
deploy-dev: