fix: force remove existing container before deploying
Deploy Dashboard (Dev) / deploy-dev (push) Successful in 6m40s
Run Tests / Backend Tests (push) Failing after 8m58s
Run Tests / Frontend Tests (push) Has started running
Run Tests / Test Summary (push) Has been cancelled

This commit is contained in:
Gan, Jimmy
2026-04-04 18:25:11 +08:00
parent de219a388a
commit 8aa48d26b7
+1
View File
@@ -65,6 +65,7 @@ jobs:
# Stop and remove existing container if it exists
docker compose -f docker-compose.dev.yml down --remove-orphans || true
docker rm -f nas-dashboard-dev || true
# Deploy with host network to avoid network conflicts in CI
# The runner is already in gitea_gitea network, causing conflicts