From e8af0706a76d4ecd13530226fc27e963dbf3d171 Mon Sep 17 00:00:00 2001 From: Nicolae Claudius Date: Sat, 8 Oct 2011 14:27:31 -0700 Subject: [PATCH] new deploy conf --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index f0a0d82..15ba8a3 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, "ssh://#{domain}/home/clyfe/dev/#{application}.git" +set :repository, "https://clyfe@bitbucket.org/clyfe/entrydns.git" set :deploy_to, '/srv/www/apps/entrydns' set :user, 'clyfe' set :use_sudo, false