From 29b3fa0462d00c561026b0f48d135b61aeb8ddd4 Mon Sep 17 00:00:00 2001 From: Nicolae Claudius Date: Sun, 9 Oct 2011 04:04:19 -0700 Subject: [PATCH] repo --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index ecb9d45..92c31bb 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -2,7 +2,7 @@ require 'bundler/capistrano' set :application, 'entrydns' set :domain, 'zooz.dyndns.org' -set :repository, "https://clyfe@bitbucket.org/clyfe/entrydns.git" +set :repository, "git@bitbucket.org:clyfe/entrydns.git" set :deploy_to, '/srv/www/apps/entrydns' set :user, 'clyfe' set :use_sudo, false