diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index dfea556..94bad89 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -9,13 +9,10 @@ if [ -z "$APP_ENV" ]; then fi if [[ $PULL_SECRETS_FROM_VAULT -eq 1 ]]; then - # pip install -i $PYPI_INDEX_URL akatsuki-cli - # # TODO: revert to $APP_ENV - # akatsuki vault get new-cron production-k8s -o .env - # source .env - # ls .env - # pwd - # cat .env + pip install -i $PYPI_INDEX_URL akatsuki-cli + # TODO: revert to $APP_ENV + akatsuki vault get new-cron production-k8s -o .env + source .env fi # await database availability