What changes do I need to make to the deploy.rb file below to make it deploy my app from a local git repo? If I can\'t deploy from a local repo, can I have capistra
deploy.rb
set :repository, 'file:///path/to/your/git_repository' set :local_repository, "file://." set :scm, :git # set :deploy_via, :copy # you must comment it