fix: podman pod cleanup before fresh deploy
This commit is contained in:
parent
f3d0259bd4
commit
a56a485f42
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ if [ "$GREENFIELD" = true ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
podman rm -f caddy authelia 2>/dev/null || true
|
podman rm -f caddy authelia 2>/dev/null || true
|
||||||
|
podman pod rm -f caddy authelia 2>/dev/null || true
|
||||||
|
|
||||||
if [ -d "$TARGET_DIR" ]; then
|
if [ -d "$TARGET_DIR" ]; then
|
||||||
chattr -R -i "$TARGET_DIR" 2>/dev/null || true
|
chattr -R -i "$TARGET_DIR" 2>/dev/null || true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue