nobt-io / frontend

Frontend of nobt.io.
https://nobt.io
GNU General Public License v3.0
10 stars 4 forks source link

Change hosting from AWS S3 to GH-Pages #119

Closed thomaseizinger closed 6 years ago

thomaseizinger commented 6 years ago

With this PR, we are changing the hosting of the frontend from AWS S3 to GH-Pages.

Motivation:

  1. GH-Pages now offers free SSL-certs, also for custom domains.
  2. The deployment is actually easier than I remembered, as Travis has now a pages deployment script.
  3. Caching on GH-pages is better.
  4. GH-pages serves files with Content-Encoding: GZIP out-of-the-box. Means we no longer have to pre-compress our files.

Things to do after this PR is merged and the website got successfully deployed:

Preconditions: