.gitea/workflows/deploy.yml を更新
Some checks are pending
Deploy krgm (auto) / deploy (push) Waiting to run

ドメイン:https://krgm.so-manager-dev.com/ に自動反映するため
This commit is contained in:
gitadmin 2025-08-14 23:50:30 +09:00
parent 2e4148f71e
commit 2b8d0bcfb4

View File

@ -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