Skip to content

Instantly share code, notes, and snippets.

@mortenbagai
Created March 5, 2009 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mortenbagai/74114 to your computer and use it in GitHub Desktop.
Save mortenbagai/74114 to your computer and use it in GitHub Desktop.
$ git push heroku master
Wed Mar 04 16:13:50 -0800 2009 heroku@akkartik.com: git-receive-pack
'furious-lightning-21.git'
Counting objects: 65, done.
Compressing objects: 100% (58/58), done.
Writing objects: 100% (65/65), 80.48 KiB, done.
Total 65 (delta 14), reused 0 (delta 0)
-----> Heroku receiving push
-----> Verifying repository integrity... done, looks like a Rails app.
Compiled slug size is 0.1MB
-----> Launching..........................................................
FAILED
! Heroku push rejected, app failed to start within 60 seconds.
error: hooks/pre-receive exited with error code 1
To git@heroku.com:furious-lightning-21.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:furious-lightning-21.git'
=eof
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment