Skip to content

Commit 90e1c7a

Browse files
authored
Merge pull request #1929 from ember-learn/update-script
update minor details in the search index deployment script
2 parents c397e37 + 13ac769 commit 90e1c7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/update-search-index

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ rm -rf ./public/v?.*
3030
echo " DONE"
3131

3232
echo
33-
echo "👩‍💻 Go to https://www.algolia.com/apps/Y1OMR4C7MF/api-keys/all"
33+
echo "👩‍💻 Go to https://dashboard.algolia.com/account/api-keys/all?applicationId=Y1OMR4C7MF"
34+
echo "👩‍💻 Copy the Write API Key with the copy button beside the obfuscated key and paste it below (note it won't seem like you're pasting)"
3435
read -sp "Algolia Write API Key: " write_api_key
3536

3637
echo
@@ -42,6 +43,7 @@ cat > ./config/credentials.json <<- EOF
4243
"algoliaApplication": "Y1OMR4C7MF"
4344
}
4445
EOF
46+
4547
echo " DONE"
4648

4749
echo

0 commit comments

Comments
 (0)