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 bee41e5 commit 71de70dCopy full SHA for 71de70d
Makefile
@@ -6,6 +6,14 @@ STAGING_BUCKET=docs-mongodb-org-stg
6
PRODUCTION_BUCKET=docs-mongodb-org-prd
7
PROJECT=php-library
8
9
+ifeq ($(ENV), 'dotcom_stg')
10
+ STAGING_URL="https://docs-mongodborg-staging.corp.mongodb.com"
11
+ STAGING_BUCKET=docs-mongodb-org-dotcomstg
12
+
13
+ifeq ($(ENV), 'dotcom_prd')
14
+ PRODUCTION_URL="https://mongodb.com/docs"
15
+ PRODUCTION_BUCKET=docs-mongodb-org-dotcomprd
16
17
# Parse our published-branches configuration file to get the name of
18
# the current "stable" branch. This is weird and dumb, yes.
19
STABLE_BRANCH=`grep 'manual' build/docs-tools/data/${PROJECT}-published-branches.yaml | cut -d ':' -f 2 | grep -Eo '[0-9a-z.]+'`
0 commit comments