Skip to content

Commit

Permalink
Fix Algolia creds documentation URL (forem#2766) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
derekenos authored and maestromac committed May 8, 2019
1 parent c7b0c1c commit 0690479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 0690479

Please sign in to comment.