This commit is contained in:
Administrator 2022-08-15 20:41:27 +03:00
parent 9b4f5f1a75
commit eae23a097c

View File

@ -48,5 +48,15 @@ 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
- docker push mathwave/sprint-runner