-
-
Save hyunchel/7149633 to your computer and use it in GitHub Desktop.
$git push heroku master
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
Counting objects: 5, done. | |
Delta compression using up to 4 threads. | |
Compressing objects: 100% (3/3), done. | |
Writing objects: 100% (3/3), 283 bytes, done. | |
Total 3 (delta 2), reused 0 (delta 0) | |
-----> Ruby/Rails app detected | |
-----> Using Ruby version: ruby-2.0.0 | |
-----> Installing dependencies using Bundler version 1.3.2 | |
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment | |
Using rake (10.1.0) | |
Using i18n (0.6.5) | |
Using multi_json (1.8.2) | |
Using activesupport (3.2.11) | |
Using builder (3.0.4) | |
Using activemodel (3.2.11) | |
Using erubis (2.7.0) | |
Using journey (1.0.4) | |
Using rack (1.4.5) | |
Using rack-cache (1.2) | |
Using rack-test (0.6.2) | |
Using hike (1.2.3) | |
Using tilt (1.4.1) | |
Using sprockets (2.2.2) | |
Using actionpack (3.2.11) | |
Using mime-types (1.25) | |
Using polyglot (0.3.3) | |
Using treetop (1.4.15) | |
Using mail (2.4.4) | |
Using actionmailer (3.2.11) | |
Using arel (3.0.2) | |
Using tzinfo (0.3.38) | |
Using activerecord (3.2.11) | |
Using activeresource (3.2.11) | |
Using coffee-script-source (1.6.3) | |
Using execjs (2.0.2) | |
Using coffee-script (2.2.0) | |
Using rack-ssl (1.3.3) | |
Using json (1.8.1) | |
Using rdoc (3.12.2) | |
Using thor (0.18.1) | |
Using railties (3.2.11) | |
Using coffee-rails (3.2.2) | |
Using jquery-rails (3.0.4) | |
Using pg (0.17.0) | |
Using bundler (1.3.2) | |
Using rails (3.2.11) | |
Using rails_serve_static_assets (0.0.1) | |
Using rails_stdout_logging (0.0.3) | |
Using rails_12factor (0.0.2) | |
Using sass (3.2.12) | |
Using sass-rails (3.2.6) | |
Using uglifier (2.2.1) | |
Your bundle is complete! It was installed into ./vendor/bundle | |
Bundle completed (0.52s) | |
Cleaning up the bundler cache. | |
-----> Writing config/database.yml to read from DATABASE_URL | |
-----> Preparing app for Rails asset pipeline | |
Running: rake assets:precompile | |
Compiled jquery.js (4ms) (pid 701) | |
Compiled jquery_ujs.js (0ms) (pid 701) | |
Compiled pages.js (223ms) (pid 701) | |
Compiled application.js (246ms) (pid 701) | |
Compiled pages.css (6ms) (pid 701) | |
Compiled application.css (11ms) (pid 701) | |
Compiled jquery.js (12ms) (pid 701) | |
Compiled jquery_ujs.js (0ms) (pid 701) | |
Compiled pages.js (280ms) (pid 701) | |
Compiled application.js (322ms) (pid 701) | |
Compiled pages.css (6ms) (pid 701) | |
Compiled application.css (11ms) (pid 701) | |
Asset precompilation completed (11.83s) | |
-----> Discovering process types | |
Procfile declares types -> (none) | |
Default types for Ruby/Rails -> console, rake, web, worker | |
-----> Compiled slug size: 34.4MB | |
-----> Launching... done, v9 | |
http://feedmegnis.herokuapp.com deployed to Heroku | |
To [email protected]:feedmegnis.git | |
6a915b7..d07da8d master -> master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment