From 323bb17c3d2ce46f78373bcf7da1615152b30dfc Mon Sep 17 00:00:00 2001 From: jomo Date: Tue, 24 Jun 2014 23:13:06 +0200 Subject: [PATCH] fixed wrong git URI --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 9a55c08..8368cbc 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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"