Entry 3462

deply file

   

Submitted by allen on March 30, 2010 at 7:14 p.m.
Language: Ruby. Code size: 632 bytes.

set :application, "fresca"
set :repository,  "svn+ssh://devel3.biglist.com/spool/svn/repo/fresca"

# If you aren't deploying to /u/apps/#{application} on the target
# servers (which is the default), you can specify the actual location
# via the :deploy_to variable:
# set :deploy_to, "/var/www/#{application}"
#set :deploy_to, "/usr/local/#{application}"
set :deploy_to, "/home/allen/#{application}"

# If you aren't using Subversion to manage your source code, specify
# your SCM below:
# set :scm, :subversion

role :app, "jalapeno.biglist.com"
role :web, "jalapeno.biglist.com"
role :db,  "jalapeno.biglist.com", :primary => true

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).