Skip to content

Instantly share code, notes, and snippets.

@nbibler
Last active July 20, 2022 16:30
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 nbibler/5fdd35f4e270a1d10d5fd9c1a780de2a to your computer and use it in GitHub Desktop.
Save nbibler/5fdd35f4e270a1d10d5fd9c1a780de2a to your computer and use it in GitHub Desktop.
Environment
Ruby ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a) [x86_64-darwin21]
Rubygems 3.1.6
Bundler 2.3.15
Command /ruby/2.7.6/bin/cap staging doctor
Gems
capistrano 3.17.0
airbrussh 1.4.0
rake 13.0.6
sshkit 1.21.2
net-ssh 6.1.0 (update available)
capistrano-bundler 2.1.0
capistrano-maintenance 1.2.1
capistrano-notifier 0.4.1
capistrano-passenger 0.2.1
capistrano-rails 1.6.2
capistrano-rbenv 2.2.0
Variables
:application "app"
:application_user "devteam"
:assets_manifests [#<Pathname:/srv/app/current/public/assets/.sprockets-manifest*>, #<Pathname:/srv/app/current/public/assets/manifest*.*>]
:assets_prefix "assets"
:assets_roles [:web]
:branch "staging"
:bundle_bins ["gem", "rake", "rails", "whenever"]
:bundle_binstubs nil
:bundle_binstubs_command :install
:bundle_check_before_install true
:bundle_clean_options ""
:bundle_config {:deployment=>true}
:bundle_env_variables {}
:bundle_flags "--quiet"
:bundle_gemfile nil
:bundle_jobs 4
:bundle_path #<Pathname:/srv/app/shared/bundle>
:bundle_roles :all
:bundle_servers [#<Capistrano::Configuration::Server:0x00007fc66d939730 @keys=[], @local=false, @user=nil, @hostname="server1", @port=nil, @properties=#<Capistrano::Configuration::Server::Properties:0x00007fc66d9394b0 @properties={}, @roles=#<Set: {:app, :cron, :db, :web}>>>]
:bundle_without "development:test"
:conditionally_migrate false
:default_env {:rbenv_root=>"/usr/local/rbenv", :rbenv_version=>"2.7.6"}
:deploy_to "/srv/app"
:format :airbrussh
:git_environmental_variables {:git_askpass=>"/bin/echo", :git_ssh=>"/tmp/git-ssh-ba4e56b079020184d0f3.sh"}
:git_max_concurrent_connections 10
:git_shallow_clone false
:git_wait_interval 0
:git_wrapper_path "/tmp/git-ssh-ba4e56b079020184d0f3.sh"
:keep_course_releases 1
:keep_releases 3
:linked_dirs ["log", "public/assets", "public/system", "tmp/pids", "vendor/configurations", "vendor/courses"]
:linked_files [".env", "config/aaa.yml"]
:local_user "nate"
:log_level :info
:maintenance_basename "maintenance"
:maintenance_dirname "/srv/app/shared/public/system"
:maintenance_roles [#<Capistrano::Configuration::Server:0x00007fc66d939730 @keys=[], @local=false, @user=nil, @hostname="server1", @port=nil, @properties=#<Capistrano::Configuration::Server::Properties:0x00007fc66d9394b0 @properties={}, @roles=#<Set: {:app, :cron, :db, :web}>>>]
:maintenance_template_path "/ruby/2.7.6/lib/ruby/gems/2.7.0/gems/capistrano-maintenance-1.2.1/lib/capistrano/templates/maintenance.html.erb"
:migration_command "db:migrate"
:migration_role :db
:migration_servers #<Capistrano::Configuration::Server:0x00007fc66d939730 @keys=[], @local=false, @user=nil, @hostname="server1", @port=nil, @properties=#<Capistrano::Configuration::Server::Properties:0x00007fc66d9394b0 @properties={}, @roles=#<Set: {:app, :cron, :db, :web}>>>
:passenger_environment_variables {}
:passenger_in_path true
:passenger_restart_command "passenger-config restart-app"
:passenger_restart_limit 2
:passenger_restart_options "/srv/app --ignore-app-not-running"
:passenger_restart_runner :sequence
:passenger_restart_wait 5
:passenger_restart_with_sudo false
:passenger_restart_with_touch false
:passenger_roles :app
:passenger_rvm_ruby_version nil
:pty false
:rails_env "production"
:rbenv_map_bins ["rake", "gem", "bundle", "ruby", "rails", "whenever"]
:rbenv_path "/usr/local/rbenv"
:rbenv_prefix "/usr/local/rbenv/bin/rbenv exec"
:rbenv_roles :app
:rbenv_ruby "2.7.6"
:rbenv_ruby_dir "/usr/local/rbenv/versions/2.7.6"
:rbenv_type :system
:repo_url "git@github.com:org/app.git"
:stage :staging
:tmp_dir "/tmp"
Servers (1)
server1 [:app, :cron, :db, :web]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment