mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
fix(stack): 修正流水线命令 action 为 use,加 -f 跳过确认交互
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user