This commit is contained in:
Administrator
2022-09-05 19:18:35 +03:00
parent 02bcf4e558
commit 5793e735b6
12 changed files with 170 additions and 57 deletions

View File

@@ -19,6 +19,10 @@ build:
- docker push mathwave/sprint-repo:sprint-infra-nginx-dev
- docker build -t mathwave/sprint-repo:sprint-infra-nginx-prod nginx/nginx-prod
- docker push mathwave/sprint-repo:sprint-infra-nginx-prod
- docker build -t mathwave/sprint-repo:sprint-infra-ssl-dev ssl/ssl-dev
- docker push mathwave/sprint-repo:sprint-infra-ssl-dev
- docker build -t mathwave/sprint-repo:sprint-infra-ssl-prod ssl/ssl-prod
- docker push mathwave/sprint-repo:sprint-infra-ssl-prod
deploy-dev:
stage: deploy-dev