I would like to ask you, if is possible to have as source place for capistrano in directory instead in repository.
I tried
set :scm, :none
set :repository, "."
but this gives me an error:
[err] : File name too long
It si s possible?
Thanks
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.
yes, it’s possible if the repo located on your server. just use full repo path on server where you do deployment