mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-06-09 11:51:41 +00:00
ci: restrict staging deploy container cleanup
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user