Set paths for FreeBSD setup.
This commit is contained in:
parent
a63163ca85
commit
b0fbb35c5b
1 changed files with 2 additions and 2 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue