forked from dcrec1/inploy
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeploy.rb.sample
More file actions
19 lines (15 loc) · 761 Bytes
/
deploy.rb.sample
File metadata and controls
19 lines (15 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
deploy.application = "signal"
deploy.repository = 'git://github.com/dcrec1/signal.git'
deploy.user = 'dcrec1'
deploy.hosts = ['hooters', 'geni']
deploy.path = '/opt'
# OPTIONALS
deploy.ssh_opts = '-A' # default empty
deploy.branch = 'production' # default master
deploy.sudo = true # default false
deploy.cache_dirs = ['public/cache', 'tmp/cache'] # default ['public/cache']
# Use this if you want to skip some steps on update and setup
# Available options: install_gems, migrate_database, clear_cache
# This feature is also available on command line
# eg. rake inploy:update:remote skip_steps=install_gems
deploy.skip_steps = ['install_gems' , 'clear_cache'] # default none