Skip to content

Instantly share code, notes, and snippets.

@pearkes
Created January 16, 2012 17:27
Show Gist options
  • Save pearkes/1621910 to your computer and use it in GitHub Desktop.
Save pearkes/1621910 to your computer and use it in GitHub Desktop.
One-line static site on Heroku
touch index.php; echo 'php_flag engine off' > .htaccess; git init; heroku create -s cedar; git add -A && git commit -m "initial"; git push heroku master;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment