Compare commits

..

No commits in common. "7b0a5ca56841e3db8caa7f790d43d224c8465212" and "cab9ef5d08081d43a9ef9e0b34b1f7bcc9d224ec" have entirely different histories.

View File

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