Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kubernetes_engine/django_tutorial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ create-cluster:

.PHONY: create-bucket
create-bucket:
gsutil mb gs://$(GCLOUD_PROJECT)
gsutil defacl set public-read gs://$(GCLOUD_PROJECT)
gcloud storage buckets create gs://$(GCLOUD_PROJECT)
gcloud storage buckets update gs://$(GCLOUD_PROJECT) --predefined-default-object-acl=publicRead

.PHONY: build
build:
Expand Down