fix #103

Merged
emmatveev merged 1 commits from master into prod 2025-06-14 13:02:28 +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: