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 83ef89d commit d52e573Copy full SHA for d52e573
Makefile
@@ -2,8 +2,8 @@ GIT_BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
2
USER=$(shell 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
PROJECT=php-library
8
9
# Parse our published-branches configuration file to get the name of
0 commit comments