Skip to content

Instantly share code, notes, and snippets.

@mrdoob
Last active October 15, 2021 02:15
Show Gist options
  • Save mrdoob/3879802 to your computer and use it in GitHub Desktop.
Save mrdoob/3879802 to your computer and use it in GitHub Desktop.
Using Google Cloud Storage as web server.
www.example.com CNAME c.storage.googleapis.com
create www.example.com bucket.
gsutil setdefacl "public-read" gs://www.example.com
gsutil setwebcfg -m index.html -e 404.html gs://www.example.com
from the folder with the local copy:
gsutil -m cp -r -z html,js,css * gs://www.example.com
@yyolk
Copy link

yyolk commented Oct 31, 2012

✨ ❤️ ✨ ✨ ❤️ ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment