Skip to content

Commit

Permalink
right location for app start
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Nov 7, 2023
1 parent 3bd2e94 commit b045e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/app_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

# Make sure the deployment group specific variables are available to this
# script.
source ${BASH_SOURCE%/*}/../.env
source ${BASH_SOURCE%/*}/../configs/.env.$DEPLOYMENT_GROUP_NAME

# Set some useful variables
PROJECT_DIR="/home/datamade/$APP_NAME-$DEPLOYMENT_ID"
Expand Down

0 comments on commit b045e84

Please sign in to comment.