Skip to content

Instantly share code, notes, and snippets.

@maidmantis
Created May 21, 2019 15:53
Show Gist options
  • Save maidmantis/f5cf38c80a196baaa002bc4502ab283e to your computer and use it in GitHub Desktop.
Save maidmantis/f5cf38c80a196baaa002bc4502ab283e to your computer and use it in GitHub Desktop.
cap app:test doctor
Environment
Ruby ruby 2.3.1p112 (2016-04-26) [x86_64-linux-gnu]
Rubygems 2.5.2.1
Bundler 1.16.0
Command /home/jenkins/workspace/app-Deploy/vendor/bundle/ruby/2.3.0/bin/cap app:test doctor
Gems
capistrano 3.5.0 (update available)
airbrussh 1.3.0 (update available)
rake 12.3.0 (update available)
sshkit 1.16.0 (update available)
capistrano-harrow 0.5.3
capistrano-multiconfig 3.0.10 (update available)
Variables
:application "appname"
:branch "feature/branchname"
:default_env {}
:deploy_to "/var/www/app"
:deploy_via :remote_cache
:ec2_access_key_id nil
:ec2_config nil
:ec2_contact_point :private_ip
:ec2_project_tag "Product"
:ec2_region ["us-west-2"]
:ec2_roles_tag "ec2_role"
:ec2_secret_access_key nil
:ec2_stages_tag "Environment"
:format :airbrussh
:format_options {:color=>true}
:git_environmental_variables {:git_askpass=>"/bin/echo", :git_ssh=>"/tmp/appname/git-ssh.sh"}
:keep_releases 2
:local_user "jenkins"
:log_level :debug
:project_name "app"
:pty false
:repo_tree "projects/app"
:repo_url "git@github.com:orgname/projectname.git"
:scm :git
:ssh_options {:user=>"deployer"}
:stage "test"
:tmp_dir "/tmp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment