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