Compare commits

...

2 Commits

Author SHA1 Message Date
7b0a5ca568 Merge pull request 'fix' (#103) from master into prod
Reviewed-on: https://gitea.chocomarsh.com/self/infra/pulls/103
2025-06-14 13:02:27 +03:00
Egor Matveev
16b3adc2e3 fix
All checks were successful
Deploy Prod / Build (pull_request) Successful in 7s
Deploy Prod / Push (pull_request) Successful in 9s
Deploy Prod / prepare (pull_request) Successful in 4s
Deploy Prod / Deploy prod (pull_request) Successful in 29s
2025-06-14 13:01:20 +03:00

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: