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