9月1週分(修正)
This commit is contained in:
parent
5fce6fbcf1
commit
8cadba9bfe
20
.gitea/workflows/deploy-preview.yml
Normal file
20
.gitea/workflows/deploy-preview.yml
Normal 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
|
||||
14
.gitea/workflows/deploy.yml
Normal file
14
.gitea/workflows/deploy.yml
Normal 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 |
Loading…
Reference in New Issue
Block a user