Compare commits
No commits in common. "7b0a5ca56841e3db8caa7f790d43d224c8465212" and "cab9ef5d08081d43a9ef9e0b34b1f7bcc9d224ec" have entirely different histories.
7b0a5ca568
...
cab9ef5d08
@ -16,7 +16,7 @@ jobs:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: prod
|
||||
ref: dev
|
||||
- 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: prod
|
||||
ref: dev
|
||||
- name: prepare
|
||||
run: chmod 777 ./prepare/run-production.sh && ./prepare/run-production.sh
|
||||
deploy-prod:
|
||||
|
Loading…
Reference in New Issue
Block a user