diff --git a/deploy.sh b/deploy.sh index 80e0715..56986fb 100755 --- a/deploy.sh +++ b/deploy.sh @@ -39,6 +39,8 @@ if [ "$GREENFIELD" = true ]; then systemctl disable nextworkspace 2>/dev/null || true rm -f /etc/systemd/system/nextworkspace.service systemctl daemon-reload + # Force clean all old pods and containers + podman pod rm -f -a 2>/dev/null || true podman rm -f caddy authelia launcher 2>/dev/null || true podman network rm "$NETWORK_NAME" 2>/dev/null || true