This commit is contained in:
Administrator
2022-08-16 21:13:11 +03:00
parent 8833a48605
commit 138545d9ab
2 changed files with 23 additions and 0 deletions

View File

@@ -1,7 +1,18 @@
stages:
- build
- deploy-dev
- deploy-prod
build:
stage: build
tags:
- demo
script:
- echo $CI_RUNNER_SHORT_TOKEN
- docker login -u mathwave -p $DOCKERHUB_PASSWORD
- docker build -t mathwave/sprint-repo:gitlab-runner gitlab-runner
- docker push mathwave/sprint-repo:gitlab-runner
deploy-dev:
stage: deploy-dev
tags: