Skip to content

Commit aa0902e

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ PROJECT=php-library
99
ifeq ($(ENV), 'dotcom_stg')
1010
STAGING_URL="https://docs-mongodborg-staging.corp.mongodb.com"
1111
STAGING_BUCKET=docs-mongodb-org-dotcomstg
12+
endif
1213

1314
ifeq ($(ENV), 'dotcom_prd')
1415
PRODUCTION_URL="https://mongodb.com/docs"
1516
PRODUCTION_BUCKET=docs-mongodb-org-dotcomprd
17+
endif
1618

1719
# Parse our published-branches configuration file to get the name of
1820
# the current "stable" branch. This is weird and dumb, yes.

0 commit comments

Comments
 (0)