Skip to content

Commit 4fddd0b

Browse files
update config and makefile for search (#1301)
1 parent dfc4f2d commit 4fddd0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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} -o ${PROJECT}-current.json --aliases ${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}/stable -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

config/build_conf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ system:
2929
- 'sphinx_local.yaml'
3030
- htaccess: ['htaccess.yaml']
3131
version:
32-
release: '1.19'
33-
branch: 'master'
32+
release: 'upcoming'
33+
branch: 'upcoming'
3434
assets:
3535
- branch: master
3636
path: build/docs-tools

0 commit comments

Comments
 (0)