From 2a25c45bf03956f4025335b6e8077d7886d45514 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Fri, 22 Aug 2025 23:50:52 +0900 Subject: [PATCH 1/5] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.env b/.env index b01098b..e4130e3 100644 --- a/.env +++ b/.env @@ -2,8 +2,7 @@ APP_NAME=so-manager APP_ENV=local APP_KEY=base64:ejLwJbt2bEXY9emPUmsurG+X1hzkjTxQQvq2/FO14RY= APP_DEBUG=true -APP_URL=https://main-kin.so-manager-dev.com/ - +APP_URL=https://main-sou.so-manager-dev.com/ APP_LOCALE=ja APP_FALLBACK_LOCALE=ja APP_FAKER_LOCALE=ja_JP From f4a29e23d1171b06d707afb7942786bb731fea80 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Fri, 22 Aug 2025 23:51:10 +0900 Subject: [PATCH 2/5] =?UTF-8?q?=E5=88=A0=E9=99=A4=20.gitea/workflows/deplo?= =?UTF-8?q?y-preview.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-preview.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .gitea/workflows/deploy-preview.yml diff --git a/.gitea/workflows/deploy-preview.yml b/.gitea/workflows/deploy-preview.yml deleted file mode 100644 index 6af5828..0000000 --- a/.gitea/workflows/deploy-preview.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Deploy preview (main_kin) - -on: - push: - branches: ["main_kin"] - workflow_dispatch: - -concurrency: - group: deploy-main_kin - cancel-in-progress: true - -jobs: - deploy: - runs-on: ["native"] - steps: - - uses: actions/checkout@v4 - - name: Deploy to preview (main_kin) - env: - BRANCH: main_kin - run: /usr/local/bin/deploy_branch_simple.sh \ No newline at end of file From 9dce4d23f6c394995f1f14ce39d34ebecd075b60 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Fri, 22 Aug 2025 23:52:30 +0900 Subject: [PATCH 3/5] revert f4a29e23d1171b06d707afb7942786bb731fea80 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit revert 删除 .gitea/workflows/deploy-preview.yml --- .gitea/workflows/deploy-preview.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitea/workflows/deploy-preview.yml diff --git a/.gitea/workflows/deploy-preview.yml b/.gitea/workflows/deploy-preview.yml new file mode 100644 index 0000000..6af5828 --- /dev/null +++ b/.gitea/workflows/deploy-preview.yml @@ -0,0 +1,20 @@ +name: Deploy preview (main_kin) + +on: + push: + branches: ["main_kin"] + workflow_dispatch: + +concurrency: + group: deploy-main_kin + cancel-in-progress: true + +jobs: + deploy: + runs-on: ["native"] + steps: + - uses: actions/checkout@v4 + - name: Deploy to preview (main_kin) + env: + BRANCH: main_kin + run: /usr/local/bin/deploy_branch_simple.sh \ No newline at end of file From 851a8e51a01e7023de71e73e116d7b3a392f9eb3 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Fri, 22 Aug 2025 23:55:59 +0900 Subject: [PATCH 4/5] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cbb9b9e..7fa5c91 100644 --- a/.gitignore +++ b/.gitignore @@ -21,5 +21,6 @@ yarn-error.log /.nova /.vscode /.zed +/docs # Backup files -*.bak +*.bak \ No newline at end of file From c80f964a8525ce6f3c80a37bee41fada8167e178 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Fri, 22 Aug 2025 23:56:26 +0900 Subject: [PATCH 5/5] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20public/index.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public/index.php b/public/index.php index f1f1c82..249163f 100644 --- a/public/index.php +++ b/public/index.php @@ -1,6 +1,5 @@