fixed wrong git URI

This commit is contained in:
jomo
2014-06-24 23:13:06 +02:00
parent e7fbb7d8f2
commit 323bb17c3d

View File

@@ -9,7 +9,7 @@ set :deploy_via, :remote_cache
set :use_sudo, false
set :scm, "git"
set :repository, "git@bitbucket.org/redstonesheep/redstoner.git"
set :repository, "ssh://git@bitbucket.org/redstonesheep/redstoner.git"
set :branch, "master"