更新 .gitea/workflows/deploy.yaml
Some checks failed
构建并部署 / build-and-deploy (push) Failing after 1m31s

This commit is contained in:
2026-02-13 12:11:22 +08:00
parent 66a5d37004
commit c49b5044d9

View File

@@ -52,7 +52,7 @@ jobs:
with: with:
host: 121.40.192.128 host: 121.40.192.128
username: root username: root
password: 123quant-speed password: ${{ QUANT_PASSWORD }}
command: | command: |
# 停止并删除旧容器 # 停止并删除旧容器
docker stop quant-speed-page || true docker stop quant-speed-page || true