Merge pull request 'fix' (#103) from master into prod

Reviewed-on: https://gitea.chocomarsh.com/self/infra/pulls/103
This commit is contained in:
emmatveev 2025-06-14 13:02:27 +03:00
commit 7b0a5ca568

View File

@ -16,7 +16,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
with:
ref: dev
ref: prod
- name: build nginx prod
run: docker build -t mathwave/sprint-repo:sprint-infra-nginx-prod nginx/nginx-prod
- name: build gitea runner
@ -40,7 +40,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
with:
ref: dev
ref: prod
- name: prepare
run: chmod 777 ./prepare/run-production.sh && ./prepare/run-production.sh
deploy-prod: