Tweak deploy settings

This commit is contained in:
Petko Bordjukov 2015-10-06 18:22:25 +03:00
parent a03544fbc2
commit ecb45b9b8d
No known key found for this signature in database
GPG Key ID: 2ABD54A3A1D5078A
1 changed files with 3 additions and 3 deletions

View File

@ -17,16 +17,16 @@ set :deploy_to, '/home/barf/gauge'
# set :format, :pretty
# Default value for :log_level is :debug
# set :log_level, :debug
set :log_level, :info
# Default value for :pty is false
# set :pty, true
# Default value for :linked_files is []
set :linked_files, fetch(:linked_files, []).push('config/secrets.yml')
set :linked_files, fetch(:linked_files, []).push('config/secrets.yml', 'db/production.sqlite3')
# Default value for linked_dirs is []
set :linked_dirs, fetch(:linked_dirs, []).push('log', 'tmp/pids', 'tmp/cache', 'tmp/sockets', 'vendor/bundle', 'public/system', 'db')
set :linked_dirs, fetch(:linked_dirs, []).push('log', 'tmp/pids', 'tmp/cache', 'tmp/sockets', 'vendor/bundle', 'public/system')
# Default value for default_env is {}
# set :default_env, { path: "/opt/ruby/bin:$PATH" }