Skip to content

Commit 523e3dd

Browse files
Update bucket names in makefile (#6194)
Co-authored-by: Jeff Allen <[email protected]>
1 parent ca7fa42 commit 523e3dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ GIT_BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
22
USER=$(shell whoami)
33
STAGING_URL="https://docs-mongodborg-staging.corp.mongodb.com"
44
PRODUCTION_URL="https://docs.mongodb.com"
5-
STAGING_BUCKET=docs-mongodb-org-staging
6-
PRODUCTION_BUCKET=docs-mongodb-org-prod
5+
STAGING_BUCKET=docs-mongodb-org-stg
6+
PRODUCTION_BUCKET=docs-mongodb-org-prd
77
PREFIX=
88

99
# Parse our published-branches configuration file to get the name of

0 commit comments

Comments
 (0)