Skip to content

Instantly share code, notes, and snippets.

@danpalmer
Last active December 10, 2015 09:28
Show Gist options
  • Save danpalmer/4414082 to your computer and use it in GitHub Desktop.
Save danpalmer/4414082 to your computer and use it in GitHub Desktop.
$ 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