Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jul 6, 2024
1 parent 17c96e3 commit ff7a0b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ if [ -z "$APP_ENV" ]; then
fi

if [[ $PULL_SECRETS_FROM_VAULT -eq 1 ]]; then
echo "Pulling secrets from vault"
akatsuki vault get akatsuki-web $APP_ENV -o .env
echo "Secrets pulled from vault"
source .env
source "Secrets sourced"
fi

node '/usr/share/nginx/html/injectEnv.js'
Expand Down

0 comments on commit ff7a0b0

Please sign in to comment.