File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ deploy: build/public
124
124
deploy-search-index :
125
125
@echo " Building search index"
126
126
if [ ${STABLE_BRANCH} = ${GIT_BRANCH} ]; then \
127
- mut-index upload build/public/${GIT_BRANCH} --aliases ${PROJECT} -current.json -o ${PROJECT} -${GIT_BRANCH} -u ${DOTCOM_PRODUCTION_URL} /${DOTCOM_PREFIX} /stable -b ${SEARCH_INDEX_BUCKET} -p search-indexes/prd -g -s; \
127
+ mut-index upload build/public/${GIT_BRANCH} --aliases ${PROJECT} -current.json -o ${PROJECT} -${GIT_BRANCH} -u ${DOTCOM_PRODUCTION_URL} /${DOTCOM_PREFIX} /current -b ${SEARCH_INDEX_BUCKET} -p search-indexes/prd -g -s; \
128
128
else \
129
129
mut-index upload build/public/${GIT_BRANCH} -o ${PROJECT} -${GIT_BRANCH} .json -u ${DOTCOM_PRODUCTION_URL} /${DOTCOM_PREFIX} /${GIT_BRANCH} -b ${SEARCH_INDEX_BUCKET} -p search-indexes/prd -s; \
130
130
fi
You can’t perform that action at this time.
0 commit comments