From a56a485f429c69d875a550183b86b72351c5dd9d Mon Sep 17 00:00:00 2001 From: cclohmar Date: Wed, 8 Jul 2026 10:31:24 +0100 Subject: [PATCH] fix: podman pod cleanup before fresh deploy --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index 2a9b122..5a3427a 100755 --- a/deploy.sh +++ b/deploy.sh @@ -51,6 +51,7 @@ if [ "$GREENFIELD" = true ]; then fi podman rm -f caddy authelia 2>/dev/null || true + podman pod rm -f caddy authelia 2>/dev/null || true if [ -d "$TARGET_DIR" ]; then chattr -R -i "$TARGET_DIR" 2>/dev/null || true