Skip to content

Commit

Permalink
Don't hardcode production www bucket
Browse files Browse the repository at this point in the history
fixes #24
  • Loading branch information
benvinegar committed Jul 1, 2018
1 parent ef816c4 commit 834e57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 834e57e

Please sign in to comment.