main_watanabe #9

Merged
y.higashide merged 21 commits from main_watanabe into main 2025-09-05 16:34:21 +09:00
2 changed files with 20 additions and 14 deletions
Showing only changes of commit 632ad85790 - Show all commits

View File

@ -0,0 +1,20 @@
name: Deploy preview (main_watanabe)
on:
push:
branches: ["main_watanabe"]
workflow_dispatch:
concurrency:
group: deploy-main_watanabe
cancel-in-progress: true
jobs:
deploy:
runs-on: ["native"]
steps:
- uses: actions/checkout@v4
- name: Deploy to preview (main_watanabe)
env:
BRANCH: main_watanabe
run: /usr/local/bin/deploy_branch_simple.sh

View File

@ -1,14 +0,0 @@
name: Deploy so-manager (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_so.sh