diff --git a/scripts/deploy/bin/deploy.sh b/scripts/deploy/bin/deploy.sh index fb2daf75..d8ed9ecb 100644 --- a/scripts/deploy/bin/deploy.sh +++ b/scripts/deploy/bin/deploy.sh @@ -1,6 +1,8 @@ #!/usr/bin/env bash set -Eeuo pipefail +export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${PATH:-}" + CONFIG_FILE="${CONFIG_FILE:-/etc/tiku-saas/deploy.env}" if [[ ! -r "$CONFIG_FILE" ]]; then