Make deploy.sh executable
This commit is contained in:
@@ -20,6 +20,8 @@ HOSTS=("lahuasca.com" "www.lahuasca.com")
|
|||||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
cd "$SCRIPT_DIR"
|
cd "$SCRIPT_DIR"
|
||||||
|
|
||||||
|
chmod +x "$SCRIPT_DIR/deploy.sh" 2>/dev/null || true
|
||||||
|
|
||||||
# Ensure the namespace exists
|
# Ensure the namespace exists
|
||||||
kubectl create namespace "$NAMESPACE" 2>/dev/null || true
|
kubectl create namespace "$NAMESPACE" 2>/dev/null || true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user