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}"