revert f4a29e23d1
All checks were successful
Deploy preview (main_kin) / deploy (push) Successful in 12s
All checks were successful
Deploy preview (main_kin) / deploy (push) Successful in 12s
revert 删除 .gitea/workflows/deploy-preview.yml
This commit is contained in:
parent
f4a29e23d1
commit
9dce4d23f6
20
.gitea/workflows/deploy-preview.yml
Normal file
20
.gitea/workflows/deploy-preview.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
name: Deploy preview (main_kin)
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: ["main_kin"]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: deploy-main_kin
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ["native"]
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Deploy to preview (main_kin)
|
||||||
|
env:
|
||||||
|
BRANCH: main_kin
|
||||||
|
run: /usr/local/bin/deploy_branch_simple.sh
|
||||||
Loading…
Reference in New Issue
Block a user