t-morisawa/idea-factory-xyz

fix how to host

Closed this issue · 2 comments

Choices

  • firebase hosting
  • Netlify
  • GitHub Pages
  • Amazon S3
  • Google Cloud Storage

Point of view

  • how it costs
  • how easy to deploy
  • whether we can use own domain
  • CI/CD

ホスティングサービス

概要

#2

  • how it costs
  • how easy to deploy
  • whether we can use own domain
  • CI/CD

Firebase

Netlify

  • Custom Domain
  • SSL
  • 100GBの転送が無料
  • Extra bandwidth $20/100GB
  • deploy: git push(CD)
  • ホスティングが海外でCDNも使っていないので遅いかもしれない
  • 可用性が若干低い

GitHub Pages

  • SSL
  • deploy: git push(CD)
  • 無料
  • カスタムドメインだと、SSL証明書が自動で付与されない?

Amazon S3

Google Cloud Storage

  • ストレージ5GBまで無料
  • 同じリージョンからならリクエストも無料
  • デプロイはCLIから

どうするか

  • NetlifyかFirebaseが良さそう。
  • CD使ってみたいのでNetlifyでやってみるかな

結論

Netlify