main_higashide #3

Merged
go.unhi merged 10 commits from main_higashide into main 2025-09-02 10:31:06 +09:00
3 changed files with 21 additions and 15 deletions
Showing only changes of commit b5587fdfd3 - Show all commits

2
.env
View File

@ -2,7 +2,7 @@ APP_NAME=so-manager
APP_ENV=local APP_ENV=local
APP_KEY=base64:ejLwJbt2bEXY9emPUmsurG+X1hzkjTxQQvq2/FO14RY= APP_KEY=base64:ejLwJbt2bEXY9emPUmsurG+X1hzkjTxQQvq2/FO14RY=
APP_DEBUG=true APP_DEBUG=true
APP_URL=https://so-manager-dev.com/ APP_URL=https://main-higashide.so-manager-dev.com/
APP_LOCALE=ja APP_LOCALE=ja
APP_FALLBACK_LOCALE=ja APP_FALLBACK_LOCALE=ja

View 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

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