fix: remove stale staging container before compose up

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Kpa-clawbot
2026-03-26 23:47:16 -07:00
co-authored by Copilot
parent 5f3e23d0cb
commit cb42de722f
+2 -1
View File
@@ -206,7 +206,8 @@ jobs:
cp docker-compose.yml /opt/meshcore-deploy/docker-compose.yml
# Run compose from the repo checkout (where docker-compose.yml lives)
docker compose --profile staging up -d --force-recreate staging
docker rm -f meshcore-staging 2>/dev/null || true
docker compose --profile staging up -d staging
# Wait for Docker healthcheck — give it up to 5 minutes (big DB)
for i in $(seq 1 300); do