更新 .gitea/workflows/deploy-preview.yml
All checks were successful
Deploy preview (main_kin) / deploy (push) Successful in 20s
All checks were successful
Deploy preview (main_kin) / deploy (push) Successful in 20s
This commit is contained in:
parent
22e278b5ad
commit
dff89ec3f8
@ -1,21 +1,20 @@
|
|||||||
name: Deploy previews (main_*)
|
name: Deploy preview (main_kin)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: ["main_kin"]
|
||||||
- 'main_*'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: deploy-${{ github.ref }}
|
group: deploy-main_kin
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
preview:
|
deploy:
|
||||||
runs-on: ["native"]
|
runs-on: ["native"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Deploy preview for this branch
|
- name: Deploy to preview (main_kin)
|
||||||
env:
|
env:
|
||||||
BRANCH: ${{ github.ref_name }}
|
BRANCH: main_kin
|
||||||
run: /usr/local/bin/deploy_krgm_branch.sh
|
run: /usr/local/bin/deploy_branch_simple.sh
|
||||||
Loading…
Reference in New Issue
Block a user