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:-_}"