revert: remove one-time c4 container cleanup from deploy workflow
All checks were successful
CI / Deploy / test (push) Successful in 14s
CI / Deploy / lint (push) Successful in 25s
CI / Deploy / deploy (push) Successful in 3s

This commit is contained in:
Ryan Hamamura
2026-03-02 22:57:30 -10:00
parent 649762e6c6
commit 235e4afbe3

View File

@@ -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