This commit is contained in:
Administrator 2022-08-15 20:42:10 +03:00
parent eae23a097c
commit 1f505ce1c7

View File

@ -48,15 +48,5 @@ deploy-prod:
TELEGRAM_TOKEN: "$TELEGRAM_TOKEN_PROD"
script:
- docker stack deploy -c ./.deploy/deploy-prod.yaml sprint
build-dockerfile:
extends:
- .deploy
stage: deploy-prod
tags:
- main
only:
- master
script:
- docker build -t mathwave/sprint-runner .
- docker push mathwave/sprint-runner