工作流

This commit is contained in:
litianxiang
2026-04-28 16:20:52 +08:00
parent 520627a8fa
commit 92906881fe

View File

@@ -146,6 +146,8 @@ jobs:
cd ${{ env.REMOTE_DEPLOY_PATH }}
echo "停止旧容器..."
docker compose down || true
echo "删除当前服务旧镜像..."
docker rmi -f master-aida-seller || true
echo "构建镜像..."
docker compose build --no-cache
echo "启动服务..."