revert: remove one-time c4 container cleanup from deploy workflow
This commit is contained in:
@@ -58,8 +58,5 @@ jobs:
|
||||
run: |
|
||||
mkdir -p $DEPLOY_DIR/data
|
||||
|
||||
- name: Stop old c4 container if running
|
||||
run: docker rm -f c4 2>/dev/null || true
|
||||
|
||||
- name: Rebuild and restart
|
||||
run: cd $DEPLOY_DIR && docker compose up -d --build --remove-orphans
|
||||
|
||||
Reference in New Issue
Block a user