Skip to content

Commit 71de70d

Browse files
GuruPKKterakilobyte
authored andcommitted
Update Makefile
1 parent bee41e5 commit 71de70d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ STAGING_BUCKET=docs-mongodb-org-stg
66
PRODUCTION_BUCKET=docs-mongodb-org-prd
77
PROJECT=php-library
88

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+
917
# Parse our published-branches configuration file to get the name of
1018
# the current "stable" branch. This is weird and dumb, yes.
1119
STABLE_BRANCH=`grep 'manual' build/docs-tools/data/${PROJECT}-published-branches.yaml | cut -d ':' -f 2 | grep -Eo '[0-9a-z.]+'`

0 commit comments

Comments
 (0)