mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-08-28 20:38:29 +00:00
fix: remove stale staging container before compose up
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user