diff options
| author | mo khan <mo@mokhan.ca> | 2015-01-24 22:21:52 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-01-24 22:21:52 -0700 |
| commit | 2ef00a4f3d0e075f62b8ef8a76b5573f0426f580 (patch) | |
| tree | 82914914a39aecd1842d47c8a5feaece3df9b5a1 /config | |
| parent | e6052fa9bb2589f7965a004fa7bfa4392b19ca6e (diff) | |
link unicorn.rb.
Diffstat (limited to 'config')
| -rw-r--r-- | config/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 7a916df5..92e051d1 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -28,7 +28,7 @@ set :scm_verbose, true # set :pty, true # Default value for :linked_files is [] -set :linked_files, %w{config/database.yml .env} +set :linked_files, %w{config/database.yml .env config/unicorn.rb} # Default value for linked_dirs is [] set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system} |
