Skip to content

Commit 6870a95

Browse files
authored
Merge pull request #164 from 10gen/DOP-update-buckets
Publish to DOP-owned AWS buckets
2 parents 0254aa0 + a18b600 commit 6870a95

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,9 +2,9 @@ GIT_BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
22
USER=$(shell whoami)
33

44
STAGING_URL="https://docs-mongodborg-staging.corp.mongodb.com"
5-
STAGING_BUCKET=docs-mongodb-org-staging
5+
STAGING_BUCKET=docs-mongodb-org-stg
66

7-
PRODUCTION_BUCKET=docs-mongodb-org-prod
7+
PRODUCTION_BUCKET=docs-mongodb-org-prd
88
PRODUCTION_URL=https://docs.mongodb.com/guides
99

1010
PROJECT=guides

0 commit comments

Comments
 (0)