删除 .gitea/workflows/deploy-main.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
dff89ec3f8
commit
6899cd182c
@ -1,18 +0,0 @@
|
||||
name: Deploy main
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: deploy-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ["native"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Deploy main to server
|
||||
run: /usr/local/bin/deploy_krgm.sh
|
||||
Loading…
Reference in New Issue
Block a user