Versions:

   - Ruby 1.9 32bit
   - Capistrano 3.1.0

Platform:

   - Working on: windows 7
   - Deploying to: linux

deploy.rb
set :application, 'rz'
set :deploy_to, '/path/to/app'
set :deploy_via, :copy
set :scm, :git
set :repo_url, "."

production.rb
set :password, ask('pass',nil)
server 'xxx.xxx.xxx.xxx', user: 'user', password: fetch(:password), roles: 
%w{web app db}

Hi,
i'm looking for way how to deploy padrino app from local GIT repository 
located in root of app folder on local filesystem, please can anybody help 
me?

I have checked everything possible (google, stackoverflow etc.) without any 
success:(

Thank You

-- 
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to capistrano+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/d3ac6e1c-b1f9-4806-80a8-aef7b919c43a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to