feat add new boot strap

This commit is contained in:
王性驊 2026-06-21 20:47:48 +00:00
parent 5b850edcca
commit 78be2a682f
3 changed files with 3 additions and 2 deletions

1
content Symbolic link
View File

@ -0,0 +1 @@
/opt/content

View File

@ -2,7 +2,7 @@
set -euo pipefail
REMOTE="${REMOTE:-daniel@10.0.0.5}"
APP_DIR="${APP_DIR:-/opt/investor-rpg}"
APP_DIR="${APP_DIR:-/home/daniel/investor-rpg}"
SERVICE_NAME="${SERVICE_NAME:-investor-rpg}"
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
LOCAL_DIR="$(cd "${SCRIPT_DIR}/.." && pwd)"

View File

@ -2,7 +2,7 @@
set -euo pipefail
APP_USER="${APP_USER:-daniel}"
APP_DIR="${APP_DIR:-/opt/investor-rpg}"
APP_DIR="${APP_DIR:-/home/daniel/investor-rpg}"
SERVICE_NAME="${SERVICE_NAME:-investor-rpg}"
SERVER_NAME="${SERVER_NAME:-_}"