Does anybody know a listing of all build-in Capistrano variables, like current_path and etc.?
Does anybody know a listing of all build-in Capistrano variables, like current_path and etc.?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can find all of them at:
https://github.com/capistrano/capistrano/blob/legacy-v2/lib/capistrano/recipes/deploy.rb
Update: v3 no longer has the same configuration options as v2. I linked the v2 config options above, but the v3 has the following:
Here are the legacy ones, preserved in this post: