Skip to content

Commit 2f54d3a

Browse files
authored
Update Makefile to point at DOP-owned AWS buckets. (#743)
1 parent 1bff974 commit 2f54d3a

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
@@ -27,8 +27,8 @@ else
2727
endif
2828
STAGING_URL="https://docs-mongodborg-staging.corp.mongodb.com"
2929
PRODUCTION_URL="https://docs.mongodb.com"
30-
STAGING_BUCKET=docs-mongodb-org-staging
31-
PRODUCTION_BUCKET=docs-k8s-operator-prod
30+
STAGING_BUCKET=docs-mongodb-org-stg
31+
PRODUCTION_BUCKET=docs-mongodb-org-prd
3232
PROJECT=kubernetes-operator
3333

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

0 commit comments

Comments
 (0)