Skip to content

Instantly share code, notes, and snippets.

@adamwiggins
Created March 13, 2009 21:06
Show Gist options
  • Save adamwiggins/78760 to your computer and use it in GitHub Desktop.
Save adamwiggins/78760 to your computer and use it in GitHub Desktop.
$ git push heroku master
Counting objects: 71, done.
Compressing objects: 100% (65/65), done.
Writing objects: 100% (71/71), 79.28 KiB, done.
Total 71 (delta 15), reused 0 (delta 0)
-----> Heroku receiving push
-----> Verifying repository integrity... done, looks like a Rails app.
Compiled slug size is 0.1MB
-----> Launching.......... done
App deployed to Heroku
To [email protected]:cacheme.git
* [new branch] master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment