Yep, same problem here. Need help plz.

Jules

Le mardi 25 mars 2014 14:14:28 UTC+1, Marek Stastny a écrit :
>
> 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 [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/725950f9-7d14-456d-80b6-9b5944c13796%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to