Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compose
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fi
API_NAME=$SITE-api-$ENV-$API_VERSION
APP_NAME=$SITE-app-$ENV-$APP_VERSION
PG_CONTAINER_NAME=$SITE-pg-$ENV
ES_CONTAINER_NAME=$SITE-elasticsearch-v8-live
ES_CONTAINER_NAME=$SITE-elasticsearch-v9-live

# The content repo is named differently for both sites in a non-standard way:
if [ "$SUBJECT" == "ada" ]; then
Expand Down
2 changes: 1 addition & 1 deletion compose-etl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [ -z $API_VERSION ]; then
fi

ETL_NAME=$SITE-etl-$API_VERSION
ES_CONTAINER=$SITE-elasticsearch-v8-live
ES_CONTAINER=$SITE-elasticsearch-v9-live

# The content repo is named differently for both sites in a non-standard way:
if [ "$SITE" == "ada" ]; then
Expand Down
2 changes: 1 addition & 1 deletion compose-live
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fi
API_NAME=$SITE-api-$ENV-$API_VERSION
APP_NAME=$SITE-app-$ENV-$APP_VERSION
PG_CONTAINER=$SUBJECT-pg-$ENV
ES_CONTAINER=$SITE-elasticsearch-v8-live
ES_CONTAINER=$SITE-elasticsearch-v9-live

# The content repo is named differently for both sites in a non-standard way:
if [ "$SUBJECT" == "ada" ]; then
Expand Down
Loading