feat add new boot strap
This commit is contained in:
parent
5b850edcca
commit
78be2a682f
|
|
@ -2,7 +2,7 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
REMOTE="${REMOTE:-daniel@10.0.0.5}"
|
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}"
|
SERVICE_NAME="${SERVICE_NAME:-investor-rpg}"
|
||||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
LOCAL_DIR="$(cd "${SCRIPT_DIR}/.." && pwd)"
|
LOCAL_DIR="$(cd "${SCRIPT_DIR}/.." && pwd)"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
APP_USER="${APP_USER:-daniel}"
|
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}"
|
SERVICE_NAME="${SERVICE_NAME:-investor-rpg}"
|
||||||
SERVER_NAME="${SERVER_NAME:-_}"
|
SERVER_NAME="${SERVER_NAME:-_}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue