From 834e57e8026714472e6464f140acded7a5791cd0 Mon Sep 17 00:00:00 2001 From: Ben Vinegar Date: Sat, 30 Jun 2018 18:23:47 -0700 Subject: [PATCH] Don't hardcode production www bucket fixes #24 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e268c26..991eae4f 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ deploy-config: echo-exports # Deploy static website deploy-www: deploy-config build-www gsutil -m rsync -R -d client/build gs://${GCLOUD_WWW_BUCKET} - gsutil web set -e index.html gs://sourcemapsio-www + gsutil web set -e index.html gs://${GCLOUD_WWW_BUCKET} gsutil acl ch -u AllUsers:R gs://${GCLOUD_WWW_BUCKET} # Deploy reports (basically just set perms)