File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ deploy: build/public
114114deploy-search-index :
115115 @echo " Building search index"
116116 if [ ${STABLE_BRANCH} = ${GIT_BRANCH} ]; then \
117- mut-index upload build/public/${GIT_BRANCH} -o ${PROJECT} -current.json --aliases ${PROJECT} -${GIT_BRANCH} -u ${PRODUCTION_URL} /${PROJECT} /stable -g -s; \
117+ mut-index upload build/public/${GIT_BRANCH} -o ${PROJECT} -current.json --aliases ${PROJECT} -${GIT_BRANCH} -u ${PRODUCTION_URL} /${PROJECT} /stable -b -b docs-mongodb-org-prd - g -s; \
118118 else \
119- mut-index upload build/public/${GIT_BRANCH} -o ${PROJECT} -${GIT_BRANCH} .json -u ${PRODUCTION_URL} /${PROJECT} /${GIT_BRANCH} -s; \
119+ mut-index upload build/public/${GIT_BRANCH} -o ${PROJECT} -${GIT_BRANCH} .json -u ${PRODUCTION_URL} /${PROJECT} /${GIT_BRANCH} -b docs-mongodb-org-prd - s; \
120120 fi
You can’t perform that action at this time.
0 commit comments