From b0fbb35c5b9d1a57900e17c25a3a1361bd1f6d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=B1or=20Rolando?= Date: Fri, 1 Nov 2013 23:36:06 +0100 Subject: [PATCH] Set paths for FreeBSD setup. --- config/deploy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/deploy.rb b/config/deploy.rb index 658235c..ceab701 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,8 +1,8 @@ require 'bundler/capistrano' set :application, "contactorama" -set :local_repository, "apps@tailorama.com:/opt/git-repo/contactorama.git" -set :repository, "/opt/git-repo/contactorama.git" +set :local_repository, "apps@freebsd.tailorama.com:/home/apps/gitrepo/contactorama.git" +set :repository, "/home/apps/gitrepo/contactorama.git" set :deploy_to, "/home/apps/rails/#{application}" #set :symlink_path, "/var/www/htdocs/web1/html/rails/#{application}"