mina-deploy / mina

Blazing fast deployer and server automation tool
https://rubygems.org/gems/mina
Other
4.34k stars 491 forks source link

git clone "/app/scm" #647

Closed VanyaNeytrino closed 4 years ago

VanyaNeytrino commented 4 years ago

Hello, I do not work deploy, because my can not put the path to the repository Using git branch 'master' $ "git clone "/app/scm" . --recursive --branch "master" fatal: destination path '.' already exists and is not an empty directory.

my repository set :repository, 'git@gitlab.com:VanyaNeytrino/app.git'

I've tried googling but no solution works for me.

NBuhinicek commented 4 years ago

Could you include your entire deploy.rb file? Thanks