We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d854cb commit 87354c5Copy full SHA for 87354c5
Makefile
@@ -42,7 +42,7 @@ deploy: build/public ## Deploy to the production bucket
42
deploy-search-index: ## Update the search index for this branch
43
@echo "Building search index"
44
mut-index upload build/public \
45
- -o tutorials-${GIT_BRANCH}.json \
+ -o ${PROJECT}-${GIT_BRANCH}.json \
46
-u ${PRODUCTION_URL} \
47
-g \
48
-s \
0 commit comments