From 11277be1da6e513c1f3133588856b609509e128e Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 1 Jul 2026 21:09:16 +0800 Subject: [PATCH] fix: set deploy script path --- scripts/deploy/bin/deploy.sh | 2 ++ 1 file changed, 2 insertions(+) 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