diff --git a/deploy.sh b/deploy.sh index bf607c8..1bdd903 100644 --- a/deploy.sh +++ b/deploy.sh @@ -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