Skip to content

Instantly share code, notes, and snippets.

@dalekurt
Created November 5, 2014 01:11
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 dalekurt/5d1ce6847ba51b361938 to your computer and use it in GitHub Desktop.
Save dalekurt/5d1ce6847ba51b361938 to your computer and use it in GitHub Desktop.
git push dokku master
Counting objects: 3835, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (1262/1262), done.
Writing objects: 100% (3835/3835), 20.80 MiB | 78.00 KiB/s, done.
Total 3835 (delta 2407), reused 3816 (delta 2400)
-----> Cleaning up ...
remote: Cloning into '/tmp/tmp.uJ34zlwHis'...
-----> Building rekyl ...
remote: warning: You appear to have cloned an empty repository.
remote: done.
remote: HEAD is now at 56539f9... Compiled assets
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.0.0
-----> Installing dependencies using 1.6.3
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
Using rake 10.3.2
Using json 1.8.1
Using i18n 0.6.11
Using minitest 5.4.1
Using thread_safe 0.3.4
Using erubis 2.7.0
Using rack 1.5.2
Using builder 3.2.2
Using polyglot 0.3.5
Using arel 5.0.1.20140414130214
Using bcrypt 3.1.7
Using mime-types 1.25.1
Using mini_portile 0.6.0
Using coffee-script-source 1.8.0
Using execjs 2.2.1
Using thor 0.19.1
Using tilt 1.4.1
Using sass 3.2.19
Using multi_json 1.10.1
Using hike 1.2.3
Using bundler 1.6.3
Using pg 0.17.1
Using rake-progressbar 0.0.5
Using rails_serve_static_assets 0.0.2
Using rdoc 4.1.2
Using tzinfo 1.2.2
Using rails_stdout_logging 0.0.3
Using nokogiri 1.6.3.1
Using treetop 1.4.15
Using uglifier 2.5.3
Using rack-test 0.6.2
Using coffee-script 2.3.0
Using haml 4.0.5
Using font-awesome-sass 4.2.0
Using sprockets 2.11.0
Using activesupport 4.1.0
Using mail 2.5.4
Using rails_12factor 0.0.3
Using sdoc 0.4.1
Using xpath 2.0.0
Using actionview 4.1.0
Using activemodel 4.1.0
Using jbuilder 1.5.3
Using actionpack 4.1.0
Using activerecord 4.1.0
Using capybara 2.4.1
Using railties 4.1.0
Using actionmailer 4.1.0
Using sprockets-rails 2.1.4
Using jquery-rails 3.1.2
Using coffee-rails 4.0.1
Using rails 4.1.0
Using kaminari 0.16.1
Using sass-rails 4.0.3
Using turbolinks 2.3.0
Your bundle is complete!
Gems in the groups development and test were not installed.
It was installed into ./vendor/bundle
Bundle completed (1.49s)
Cleaning up the bundler cache.
Removing apartment (0.25.2)
Detected manifest file, assuming assets were compiled locally
###### WARNING:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:
ruby '2.0.0'
# See https://devcenter.heroku.com/articles/ruby-versions for more information.
###### WARNING:
No Procfile detected, using the default web server (webrick)
https://devcenter.heroku.com/articles/ruby-default-web-server
-----> Discovering process types
Default process types for Ruby -> rake, console, web, worker
-----> Releasing rekyl ...
-----> Deploying rekyl ...
-----> Checking status of PostgreSQL
Found image postgresql/rekyl database
Checking status... stopped.
remote: cat: /home/dokku/.postgresql/port_rekyl: No such file or directory
To dokku@oddjob-app.com:rekyl
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'dokku@oddjob-app.com:rekyl'
~/Code/oddjob /master *> git push dokku master
Counting objects: 3835, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (1262/1262), done.
Writing objects: 100% (3835/3835), 20.80 MiB | 91.00 KiB/s, done.
Total 3835 (delta 2407), reused 3816 (delta 2400)
-----> Cleaning up ...
remote: Cloning into '/tmp/tmp.g3HSwm0Uhz'...
-----> Building rekyl ...
remote: warning: You appear to have cloned an empty repository.
remote: done.
remote: HEAD is now at 56539f9... Compiled assets
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.0.0
-----> Installing dependencies using 1.6.3
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
Using json 1.8.1
Using i18n 0.6.11
Using rake 10.3.2
Using minitest 5.4.1
Using thread_safe 0.3.4
Using builder 3.2.2
Using erubis 2.7.0
Using rack 1.5.2
Using mime-types 1.25.1
Using polyglot 0.3.5
Using arel 5.0.1.20140414130214
Using mini_portile 0.6.0
Using bcrypt 3.1.7
Using coffee-script-source 1.8.0
Using execjs 2.2.1
Using thor 0.19.1
Using sass 3.2.19
Using tilt 1.4.1
Using hike 1.2.3
Using bundler 1.6.3
Using pg 0.17.1
Using rails_stdout_logging 0.0.3
Using multi_json 1.10.1
Using rails_serve_static_assets 0.0.2
Using tzinfo 1.2.2
Using rake-progressbar 0.0.5
Using rdoc 4.1.2
Using rack-test 0.6.2
Using treetop 1.4.15
Using coffee-script 2.3.0
Using font-awesome-sass 4.2.0
Using uglifier 2.5.3
Using nokogiri 1.6.3.1
Using haml 4.0.5
Using rails_12factor 0.0.3
Using activesupport 4.1.0
Using sdoc 0.4.1
Using mail 2.5.4
Using sprockets 2.11.0
Using xpath 2.0.0
Using actionview 4.1.0
Using activemodel 4.1.0
Using capybara 2.4.1
Using actionpack 4.1.0
Using actionmailer 4.1.0
Using activerecord 4.1.0
Using kaminari 0.16.1
Using railties 4.1.0
Using sprockets-rails 2.1.4
Using coffee-rails 4.0.1
Using rails 4.1.0
Using jquery-rails 3.1.2
Using sass-rails 4.0.3
Using turbolinks 2.3.0
Using jbuilder 1.5.3
Your bundle is complete!
Gems in the groups development and test were not installed.
It was installed into ./vendor/bundle
Bundle completed (1.82s)
Cleaning up the bundler cache.
Detected manifest file, assuming assets were compiled locally
###### WARNING:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:
ruby '2.0.0'
# See https://devcenter.heroku.com/articles/ruby-versions for more information.
###### WARNING:
No Procfile detected, using the default web server (webrick)
https://devcenter.heroku.com/articles/ruby-default-web-server
-----> Discovering process types
Default process types for Ruby -> rake, console, web, worker
-----> Releasing rekyl ...
-----> Deploying rekyl ...
-----> Checking status of PostgreSQL
Found image postgresql/rekyl database
Checking status... stopped.
remote: cat: /home/dokku/.postgresql/port_rekyl: No such file or directory
To dokku@oddjob-app.com:rekyl
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'dokku@oddjob-app.com:rekyl'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment