更新 .gitea/workflows/deploy-preview.yml
All checks were successful
Deploy preview (main_higashide) / deploy (push) Successful in 18s
All checks were successful
Deploy preview (main_higashide) / deploy (push) Successful in 18s
This commit is contained in:
parent
2051236f0f
commit
e11020916f
20
.gitea/workflows/deploy-preview.yml
Normal file
20
.gitea/workflows/deploy-preview.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
name: Deploy preview (main_higashide)
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: ["main_higashide"]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: deploy-main_higashide
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ["native"]
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Deploy to preview (main_higashide)
|
||||||
|
env:
|
||||||
|
BRANCH: main_higashide
|
||||||
|
run: /usr/local/bin/deploy_branch_simple.sh
|
||||||
@ -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
|
|
||||||
Loading…
Reference in New Issue
Block a user