Skip to content
This repository was archived by the owner on Sep 15, 2018. It is now read-only.
This repository was archived by the owner on Sep 15, 2018. It is now read-only.

RFC: Deployment #9

@watsonarw

Description

@watsonarw

Where do we want to deploy the demo watch?

Previously we've deployed to heroku using http-server. It's worked, but can be slow, especially considering that heroku goes to sleep if the site is not accessed for more than a few hours.

Given we just have a static site, our options include:

  • Heroku (free)
  • AWS S3 static site (costs a few cents a month)
  • Github pages (free)

Another consideration is that this would be something we'd be doing from CI. The students shouldn't have to worry about how deployment works, just that it happens every time they push commits to master.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions