9月1週分(修正)

This commit is contained in:
Yu Watanabe 2025-09-05 15:53:20 +09:00
parent 5fce6fbcf1
commit 8cadba9bfe
3 changed files with 34 additions and 0 deletions

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

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB