Fix Algolia creds documentation URL (#2766) [ci skip]
This commit is contained in:
parent
c7b0c1c023
commit
0690479bb9
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ tasks:
|
|||
[ -z "${ALGOLIASEARCH_API_KEY:=$(cat config/application.yml | grep ALGOLIASEARCH_API_KEY | sed 's/.*:\s*//')}" ] ; do
|
||||
gp open config/application.yml 2>/dev/null &&
|
||||
printf "\n❗ Dev.to requires free Algolia credentials.\n" &&
|
||||
printf "❗ To get them, please follow https://docs.dev.to/get-api-keys-dev-env/#algolia\n\n" &&
|
||||
printf "❗ To get them, please follow https://docs.dev.to/backend/algolia/#get-api-keys\n\n" &&
|
||||
read -p "Add them to config/application.yml, save the file, and press any key to continue... " -n 1 -r
|
||||
done ;
|
||||
bin/setup &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue