revert: remove one-time c4 container cleanup from deploy workflow
This commit is contained in:
@@ -58,8 +58,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir -p $DEPLOY_DIR/data
|
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
|
- name: Rebuild and restart
|
||||||
run: cd $DEPLOY_DIR && docker compose up -d --build --remove-orphans
|
run: cd $DEPLOY_DIR && docker compose up -d --build --remove-orphans
|
||||||
|
|||||||
Reference in New Issue
Block a user