Last active
December 10, 2015 09:28
-
-
Save danpalmer/4414082 to your computer and use it in GitHub Desktop.
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
$ heroku create --stack cedar --buildpack \ | |
https://github.com/danpalmer/heroku-buildpack-hammer.git site-name | |
$ git push heroku master | |
... | |
-----> Downloading Nginx Sources | |
... | |
-----> Extracting Nginx Sources | |
-----> Configuring | |
... | |
-----> Compiling | |
... | |
-----> Installing | |
... | |
-----> Creating Boot Script | |
-----> Discovering process types | |
Procfile declares types -> (none) | |
Default types for Hammer Buildpack -> web | |
-----> Compiled slug size: 1.0MB | |
-----> Launching... done, v1 | |
http://site-name.herokuapp.com deployed to Heroku |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment