Merge branch 'main_higashide' of https://git.so-manager-dev.com/so-manager/so-manager-dev.com into main_higashide
All checks were successful
Deploy preview (main_higashide) / deploy (push) Successful in 11s
All checks were successful
Deploy preview (main_higashide) / deploy (push) Successful in 11s
This commit is contained in:
commit
b5587fdfd3
2
.env
2
.env
@ -2,7 +2,7 @@ APP_NAME=so-manager
|
||||
APP_ENV=local
|
||||
APP_KEY=base64:ejLwJbt2bEXY9emPUmsurG+X1hzkjTxQQvq2/FO14RY=
|
||||
APP_DEBUG=true
|
||||
APP_URL=https://so-manager-dev.com/
|
||||
APP_URL=https://main-higashide.so-manager-dev.com/
|
||||
|
||||
APP_LOCALE=ja
|
||||
APP_FALLBACK_LOCALE=ja
|
||||
|
||||
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