更新 .gitea/workflows/deploy-preview.yml
This commit is contained in:
parent
d2666ac421
commit
58c5835f5b
@ -1,12 +1,12 @@
|
||||
name: Deploy preview (main_kin)
|
||||
name: Deploy preview (main_ou)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main_kin"]
|
||||
branches: ["main_ou"]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: deploy-main_kin
|
||||
group: deploy-main_ou
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ["native"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Deploy to preview (main_kin)
|
||||
- name: Deploy to preview (main_ou)
|
||||
env:
|
||||
BRANCH: main_kin
|
||||
BRANCH: main_ou
|
||||
run: /usr/local/bin/deploy_branch_simple.sh
|
||||
Loading…
Reference in New Issue
Block a user