fix: podman pod cleanup before fresh deploy

This commit is contained in:
Claus Lohmar 2026-07-08 10:31:24 +01:00
parent f3d0259bd4
commit a56a485f42

View file

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