Created
March 6, 2010 17:25
-
-
Save juvenn/323811 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
Counting objects: 392, done. | |
Delta compression using up to 2 threads. | |
Compressing objects: 100% (383/383), done. | |
Writing objects: 100% (392/392), 1.40 MiB | 1999 KiB/s, done. | |
Total 392 (delta 22), reused 0 (delta 0) | |
-----> Heroku receiving push | |
-----> Launching........................................................... failed (Heroku error) | |
! Previous app version is still running, try pushing again shortly | |
! We've been notified, see http://support.heroku.com if the problem persists | |
! Heroku push rejected, testfire failed | |
error: hooks/pre-receive exited with error code 2 | |
To [email protected]:xxxxxx.git | |
! [remote rejected] master -> master (pre-receive hook declined) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment