Compare commits
No commits in common. "88e2770d30ae1fc872268124f7b70cc604ac4f49" and "dc70f8c09c0400a5e37a564c530a2d32807d87a5" have entirely different histories.
88e2770d30
...
dc70f8c09c
@ -1,20 +0,0 @@
|
||||
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
|
||||
@ -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