diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f0a71dcd..81f40df9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -261,10 +261,10 @@ jobs: - name: Stop old containers run: | # Kill legacy container names from pre-rename era - docker rm -f meshcore-analyzer meshcore-prod meshcore-staging meshcore-staging-go 2>/dev/null || true + docker rm -f meshcore-staging meshcore-staging-go 2>/dev/null || true # Kill current container names docker compose --profile staging-go stop staging-go 2>/dev/null || true - docker rm -f corescope-staging-go corescope-prod corescope-staging 2>/dev/null || true + docker rm -f corescope-staging-go corescope-staging 2>/dev/null || true fuser -k 82/tcp 2>/dev/null || true sleep 2