Skip to content

Instantly share code, notes, and snippets.

@btelles
Created March 18, 2011 19:35
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 btelles/876695 to your computer and use it in GitHub Desktop.
Save btelles/876695 to your computer and use it in GitHub Desktop.
heroku.sh
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 git@heroku.com:dmssalaries.git
d8a2988..fde01c2 heroku -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment