Merge branch 'main_ou' of https://git.so-manager-dev.com/so-manager/krgm.so-manager-dev.com into main_ou
All checks were successful
Deploy previews (main_*) / preview (push) Successful in 10s

This commit is contained in:
你的名字 2025-08-21 23:23:17 +09:00
commit e677e7c7ef
2 changed files with 21 additions and 14 deletions

View File

@ -0,0 +1,21 @@
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

View File

@ -1,14 +0,0 @@
name: Deploy krgm (auto)
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
deploy:
runs-on: [ "native" ]
steps:
- uses: actions/checkout@v4
- name: Deploy to server
run: /usr/local/bin/deploy_krgm.sh