Skip to content

Instantly share code, notes, and snippets.

@mariusz-blaszczak
Created November 23, 2017 13:02
Show Gist options
  • Save mariusz-blaszczak/c2f854cdc4cf1efc4e84a139872d5c09 to your computer and use it in GitHub Desktop.
Save mariusz-blaszczak/c2f854cdc4cf1efc4e84a139872d5c09 to your computer and use it in GitHub Desktop.
➜ myshoppy git:(run-tests-before-deploy-on-master-capistrano) ✗ bundle exec cap production doctor
rvm 1.29.2 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io/]
ruby-2.4.1
ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux]
Environment
Ruby ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux]
Rubygems 2.6.11
Bundler 1.16.0
Command /home/mariusz/.rbenv/versions/2.4.1/bin/cap production doctor
Gems
capistrano 3.8.1 (update available)
airbrussh 1.2.0 (update available)
rake 12.0.0 (update available)
sshkit 1.13.1 (update available)
net-ssh 4.1.0 (update available)
capistrano-bundler 1.2.0 (update available)
capistrano-linuxpl 0.0.3 (update available)
capistrano-rails 1.2.3 (update available)
capistrano-rvm 0.1.2
Variables
:application ".."
:branch "master"
:bundle_bins ["gem", "rake", "rails"]
:bundle_flags "--deployment --quiet"
:bundle_path #<Pathname:/home/.../public_html/shared/bundle>
:bundle_roles :all
:bundle_servers [#<Capistrano::Configuration::Server:0x005568aaf29500 @keys=[], @local=false, @user="profiart", @hostname="144.76.189.18", @port=59184, @properties=#<Capistrano::Configuration::Server::Properties:0x005568aaf28970 @properties={}, @roles=#<Set: {:app, :db, :web}>>>]
:bundle_without "development test"
:conditionally_migrate false
:default_env {}
:default_shell "/bin/bash --login"
:deploy_to "/home/.../public_html"
:format :airbrussh
:git_environmental_variables {:git_askpass=>"/bin/echo", :git_ssh=>"/home/../tmp/git-ssh-..-production-mariusz.sh"}
:git_shallow_clone false
:git_wrapper_path "/home/profiart/tmp/git-ssh-..-production-mariusz.sh"
:keep_releases 1
:linked_dirs ["log", "tmp/pids", "tmp/cache", "tmp/sockets", "public/system"]
:linked_files ["config/secrets.yml.key"]
:local_user "mariusz"
:log_level :debug
:migration_role :db
:migration_servers #<Capistrano::Configuration::Server:0x005568aaf29500 @keys=[], @local=false, @user="profiart", @hostname="...", @port=59184, @properties=#<Capistrano::Configuration::Server::Properties:0x005568aaf28970 @properties={}, @roles=#<Set: {:app, :db, :web}>>>
:pty false
:rails_env :production
:repo_url "git@github.com:.../....git"
:rvm_custom_path "/usr/local/rvm"
:rvm_map_bins ["gem", "rake", "ruby", "bundle"]
:rvm_path "/usr/local/rvm"
:rvm_ruby_version "2.4.1@..."
:rvm_type :auto
:ssh_options {:forward_agent=>true}
:stage :production
:test_log "log/capistrano.test.log"
:tmp_dir "/home/profiart/tmp"
:web_server_port "3013"
:default_shell is not a recognized Capistrano setting (/home/.../.rbenv/versions/2.4.1/lib/ruby/2.4.0/delegate.rb:83)
:web_server_port is not a recognized Capistrano setting (/home/.../.rbenv/versions/2.4.1/lib/ruby/2.4.0/delegate.rb:83)
Servers (1)
...@... [:app, :db, :web]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment