From 78be2a682f1b3c4b928dc0b17624af20a7636c6a Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 21 Jun 2026 20:47:48 +0000 Subject: [PATCH] feat add new boot strap --- content | 1 + scripts/deploy.sh | 2 +- scripts/remote-bootstrap.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 content diff --git a/content b/content new file mode 120000 index 0000000..57cdf73 --- /dev/null +++ b/content @@ -0,0 +1 @@ +/opt/content \ No newline at end of file diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 6f64115..3790dab 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -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)" diff --git a/scripts/remote-bootstrap.sh b/scripts/remote-bootstrap.sh index b192b5b..8c28740 100755 --- a/scripts/remote-bootstrap.sh +++ b/scripts/remote-bootstrap.sh @@ -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:-_}"