Created
January 16, 2012 17:27
-
-
Save pearkes/1621910 to your computer and use it in GitHub Desktop.
One-line static site on Heroku
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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