We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278a48d commit 36cce1aCopy full SHA for 36cce1a
Makefile
@@ -2,8 +2,8 @@ GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
2
USER=`whoami`
3
STAGING_URL="https://docs-mongodborg-staging.corp.mongodb.com"
4
PRODUCTION_URL="https://docs.mongodb.com"
5
-STAGING_BUCKET=docs-mongodb-org-staging
6
-PRODUCTION_BUCKET=docs-mongodb-org-prod
+STAGING_BUCKET=docs-mongodb-org-stg
+PRODUCTION_BUCKET=docs-mongodb-org-prd
7
8
# "PROJECT" currently exists to support having multiple projects
9
# within one bucket. For the manual it is empty.
0 commit comments