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