git clone "/app/scm"
VanyaNeytrino opened this issue · comments
Ivan commented
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.
Nikola Buhinicek commented
Could you include your entire deploy.rb file? Thanks