Skip to content

Commit 08e9f2f

Browse files
another attempt to fix current search for meko (#1383)
1 parent a77487e commit 08e9f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ deploy: build/public
124124
deploy-search-index:
125125
@echo "Building search index"
126126
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; \
128128
else \
129129
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; \
130130
fi

0 commit comments

Comments
 (0)