.gitea/workflows/deploy.yml を更新
Some checks are pending
Deploy krgm (auto) / deploy (push) Waiting to run
Some checks are pending
Deploy krgm (auto) / deploy (push) Waiting to run
ドメイン:https://krgm.so-manager-dev.com/ に自動反映するため
This commit is contained in:
parent
2e4148f71e
commit
2b8d0bcfb4
@ -2,12 +2,12 @@ name: Deploy krgm (auto)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ] # 只在 main 有更新时部署
|
branches: [ "main" ]
|
||||||
workflow_dispatch: # 允许手动触发
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: [ "native:host" ] # 和你 runner 的 label 一致
|
runs-on: [ "native:" ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Deploy to server
|
- name: Deploy to server
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user