Merge pull request 'fix' (#103) from master into prod
Reviewed-on: https://gitea.chocomarsh.com/self/infra/pulls/103
This commit is contained in:
commit
7b0a5ca568
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user