Created
March 18, 2011 19:35
-
-
Save btelles/876695 to your computer and use it in GitHub Desktop.
heroku.sh
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
bernie@ubuntu:/home/aaaa/development/myfloridaadmin$ git push heroku heroku:master | |
Counting objects: 14, done. | |
Delta compression using up to 2 threads. | |
Compressing objects: 100% (8/8), done. | |
Writing objects: 100% (10/10), 906 bytes, done. | |
Total 10 (delta 6), reused 0 (delta 0) | |
-----> Heroku receiving push | |
-----> WARNING: git submodule detected in: | |
vendor/plugins/squirrel | |
Git submodules are not supported by Heroku at this time: | |
http://docs.heroku.com/constraints#git-submodules | |
-----> Rails app detected | |
-----> Configure Rails to log to stdout | |
Installing rails_log_stdout... done | |
-----> Gemfile detected, running Bundler version 1.0.7 | |
All dependencies are satisfied | |
-----> Configuring New Relic plugin... done. | |
Installing the New Relic plugin... done. | |
Compiled slug size is 26.0MB | |
-----> Launching... done | |
-----> Running New Relic deploy notification... FAILED | |
! Could not notify New Relic. Please open a support ticket if this problem persists | |
http://dmssalaries.heroku.com deployed to Heroku | |
To [email protected]:dmssalaries.git | |
d8a2988..fde01c2 heroku -> master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment