Skip to content

Instantly share code, notes, and snippets.

@rawsyntax
Created January 31, 2012 20:59
Show Gist options
  • Save rawsyntax/1712875 to your computer and use it in GitHub Desktop.
Save rawsyntax/1712875 to your computer and use it in GitHub Desktop.
➜ my-project git:(master) ✗ git push heroku master
Counting objects: 7, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 459 bytes, done.
Total 4 (delta 2), reused 0 (delta 0)
-----> Heroku receiving push
-----> Ruby/Rails app detected
-----> Detected Rails is not set to serve static_assets
Installing rails3_serve_static_assets... done
-----> Configure Rails 3 to disable x-sendfile
Installing rails3_disable_x_sendfile... done
-----> Configure Rails to log to stdout
Installing rails_log_stdout... done
-----> Gemfile detected, running Bundler version 1.0.7
All dependencies are satisfied
-----> Compiled slug size is 8.0MB
-----> Launching... done, v1
http://my-project.heroku.com deployed to Heroku
To [email protected]:my-project.git
ecd8d10..0d81a36 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment