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 71de70d commit aa0902eCopy full SHA for aa0902e
Makefile
@@ -9,10 +9,12 @@ PROJECT=php-library
9
ifeq ($(ENV), 'dotcom_stg')
10
STAGING_URL="https://docs-mongodborg-staging.corp.mongodb.com"
11
STAGING_BUCKET=docs-mongodb-org-dotcomstg
12
+endif
13
14
ifeq ($(ENV), 'dotcom_prd')
15
PRODUCTION_URL="https://mongodb.com/docs"
16
PRODUCTION_BUCKET=docs-mongodb-org-dotcomprd
17
18
19
# Parse our published-branches configuration file to get the name of
20
# the current "stable" branch. This is weird and dumb, yes.
0 commit comments