From 5bb0e03e98a12e64ccb364271bedcd15d77f4820 Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 27 May 2026 20:58:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(stack):=20=E4=BF=AE=E6=AD=A3=E6=B5=81?= =?UTF-8?q?=E6=B0=B4=E7=BA=BF=E5=91=BD=E4=BB=A4=20action=20=E4=B8=BA=20use?= =?UTF-8?q?=EF=BC=8C=E5=8A=A0=20-f=20=E8=B7=B3=E8=BF=87=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/stack/default/.gitea/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/stack/default/.gitea/workflows/build-and-deploy.yml b/source/stack/default/.gitea/workflows/build-and-deploy.yml index f036fe3..ae11379 100644 --- a/source/stack/default/.gitea/workflows/build-and-deploy.yml +++ b/source/stack/default/.gitea/workflows/build-and-deploy.yml @@ -24,7 +24,7 @@ jobs: - name: 切换到 docker-serve 模式 shell: bash - run: php think admin:stack:mode apply docker-serve + run: php think admin:stack:mode use docker-serve -f - name: 生成 .env shell: bash