Created
March 5, 2009 00:38
-
-
Save mortenbagai/74114 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
$ git push heroku master | |
Wed Mar 04 16:13:50 -0800 2009 [email protected]: 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 [email protected]:furious-lightning-21.git | |
! [remote rejected] master -> master (pre-receive hook declined) | |
error: failed to push some refs to '[email protected]:furious-lightning-21.git' | |
=eof |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment