We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33a91bd + d5595ed commit e8a7efcCopy full SHA for e8a7efc
Makefile
@@ -5,9 +5,8 @@ USER=$(shell whoami)
5
STAGING_URL="https://docs-mongodborg-staging.corp.mongodb.com"
6
PRODUCTION_URL="https://docs.mongodb.com"
7
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
+STAGING_BUCKET=docs-mongodb-org-stg
+PRODUCTION_BUCKET=docs-mongodb-org-prd
11
12
PROJECT=mongoid
13
TARGET_DIR=source-${GIT_BRANCH}
0 commit comments