Skip to content

Commit e8a7efc

Browse files
authored
Merge pull request #7 from mongodb/DOP-update-buckets
Update to publish to DOP-owned AWS buckets
2 parents 33a91bd + d5595ed commit e8a7efc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ USER=$(shell whoami)
55
STAGING_URL="https://docs-mongodborg-staging.corp.mongodb.com"
66
PRODUCTION_URL="https://docs.mongodb.com"
77

8-
# We put the mongoid files in the same bucket as the ruby driver docs.
9-
STAGING_BUCKET=docs-mongodb-org-staging
10-
PRODUCTION_BUCKET=docs-ruby-driver
8+
STAGING_BUCKET=docs-mongodb-org-stg
9+
PRODUCTION_BUCKET=docs-mongodb-org-prd
1110

1211
PROJECT=mongoid
1312
TARGET_DIR=source-${GIT_BRANCH}

0 commit comments

Comments
 (0)