Skip to content

Commit

Permalink
Revert "test"
Browse files Browse the repository at this point in the history
This reverts commit 7b759ac.
  • Loading branch information
cmyui committed Jul 7, 2024
1 parent 7b759ac commit 3171c3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ 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"
set -a
source .env
set +a
echo "Secrets sourced"
fi

Expand Down

0 comments on commit 3171c3c

Please sign in to comment.