Skip to content

Instantly share code, notes, and snippets.

@pcreux
Created April 19, 2018 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pcreux/312e61dca99fd2bd08b5077d29c7ebdb to your computer and use it in GitHub Desktop.
Save pcreux/312e61dca99fd2bd08b5077d29c7ebdb to your computer and use it in GitHub Desktop.
Minimal setup to run a static site on Heroku.
# no ruby gems required
GEM
specs:
PLATFORMS
ruby
DEPENDENCIES
BUNDLED WITH
1.15.3
<html>
<body>
<h1>Static website on Heroku. Delivered.
web: ruby -run -ehttpd . -p$PORT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment