Make deploy.sh executable

This commit is contained in:
2026-06-27 17:01:39 -05:00
parent b8153faec9
commit b2727fb298
+2
View File
@@ -20,6 +20,8 @@ HOSTS=("lahuasca.com" "www.lahuasca.com")
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "$SCRIPT_DIR"
chmod +x "$SCRIPT_DIR/deploy.sh" 2>/dev/null || true
# Ensure the namespace exists
kubectl create namespace "$NAMESPACE" 2>/dev/null || true