Skip to content

Commit d52e573

Browse files
schmallisoterakilobyte
authored andcommitted
Update Makefile to point to DOP-owned AWS buckets
1 parent 83ef89d commit d52e573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ GIT_BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
22
USER=$(shell whoami)
33
STAGING_URL="https://docs-mongodborg-staging.corp.mongodb.com"
44
PRODUCTION_URL="https://docs.mongodb.com"
5-
STAGING_BUCKET=docs-mongodb-org-staging
6-
PRODUCTION_BUCKET=docs-mongodb-org-prod
5+
STAGING_BUCKET=docs-mongodb-org-stg
6+
PRODUCTION_BUCKET=docs-mongodb-org-prd
77
PROJECT=php-library
88

99
# Parse our published-branches configuration file to get the name of

0 commit comments

Comments
 (0)