Advertisement
Guest User

Untitled

a guest
Apr 6th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. combos@combos:~/Dropbox/RailsWay/RoR/rorfirst/bbq$ cap production doctor
  2.  
  3. Environment
  4.  
  5. Ruby ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-linux]
  6. Rubygems 3.0.2
  7. Bundler 1.17.3
  8. Command /home/combos/.rvm/gems/ruby-2.5.3/bin/cap production doctor
  9.  
  10. Gems
  11.  
  12. capistrano 3.11.0
  13. airbrussh 1.3.1
  14. rake 12.3.2
  15. sshkit 1.18.2
  16. net-ssh 5.2.0
  17. capistrano-bundler 1.5.0
  18. capistrano-passenger 0.2.0
  19. capistrano-rails 1.4.0
  20. capistrano-rbenv 2.1.4
  21.  
  22. Variables
  23.  
  24. :application "eventslikebbq"
  25. :assets_manifests [#<Pathname:/home/deploy/www/current/public/assets/.sprockets-manifest*>, #<Pathname:/home/deploy/www/current/public/assets/manifest*.*>]
  26. :assets_prefix "assets"
  27. :assets_roles [:web]
  28. :branch "master"
  29. :bundle_bins ["gem", "rake", "rails"]
  30. :bundle_binstubs nil
  31. :bundle_clean_options ""
  32. :bundle_env_variables {}
  33. :bundle_flags "--deployment --quiet"
  34. :bundle_gemfile nil
  35. :bundle_jobs 4
  36. :bundle_path #<Pathname:/home/deploy/www/shared/bundle>
  37. :bundle_roles :all
  38. :bundle_servers [#<Capistrano::Configuration::Server:0x000055fe387aa198 @keys=[], @local=false, @user="deploy", @hostname="eventslikebbq.site", @port=nil, @properties=#<Capistrano::Configuration::Server::Properties:0x000055fe387a97e8 @properties={}, @roles=#<Set: {:app, :db, :web}>>>]
  39. :bundle_without "development test"
  40. :conditionally_migrate false
  41. :default_env {:rbenv_root=>"$HOME/.rbenv", :rbenv_version=>"2.5.3"}
  42. :deploy_to "/home/deploy/www"
  43. :format :airbrussh
  44. :git_environmental_variables {:git_askpass=>"/bin/echo", :git_ssh=>"/tmp/git-ssh-eventslikebbq-production-combos.sh"}
  45. :git_shallow_clone false
  46. :git_wrapper_path "/tmp/git-ssh-eventslikebbq-production-combos.sh"
  47. :keep_releases 5
  48. :linked_dirs ["log", "tmp/pids", "tmp/cache", "tmp/sockets", "vendor/bundle", "public/system", "public/uploads", "public/assets"]
  49. :linked_files ["config/database.yml", "config/secrets.yml"]
  50. :local_user "combos"
  51. :log_level :debug
  52. :migration_role :db
  53. :migration_servers #<Capistrano::Configuration::Server:0x000055fe387aa198 @keys=[], @local=false, @user="deploy", @hostname="eventslikebbq.site", @port=nil, @properties=#<Capistrano::Configuration::Server::Properties:0x000055fe387a97e8 @properties={}, @roles=#<Set: {:app, :db, :web}>>>
  54. :passenger_environment_variables {}
  55. :passenger_in_path true
  56. :passenger_restart_command "passenger-config restart-app"
  57. :passenger_restart_limit 2
  58. :passenger_restart_options "/home/deploy/www --ignore-app-not-running"
  59. :passenger_restart_runner :sequence
  60. :passenger_restart_wait 5
  61. :passenger_restart_with_sudo false
  62. :passenger_roles :app
  63. :passenger_rvm_ruby_version nil
  64. :pty false
  65. :rails_env :production
  66. :rbenv_map_bins ["rake", "gem", "bundle", "ruby", "rails"]
  67. :rbenv_path "$HOME/.rbenv"
  68. :rbenv_prefix "$HOME/.rbenv/bin/rbenv exec"
  69. :rbenv_roles :all
  70. :rbenv_ruby "2.5.3"
  71. :rbenv_ruby_dir "$HOME/.rbenv/versions/2.5.3"
  72. :rbenv_type :user
  73. :repo_url "git@github.com:Combos93/bbq.git"
  74. :stage :production
  75. :tmp_dir "/tmp"
  76.  
  77. Servers (1)
  78.  
  79. deploy@eventslikebbq.site [:app, :db, :web]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement