update environments/production.rb add unicorn.rb, nemo.sh
This commit is contained in:
@@ -21,7 +21,7 @@ set :keep_releases, 5
|
||||
set :linked_files, %w{config/database.yml config/secrets.yml}
|
||||
|
||||
# dirs we want symlinking to shared
|
||||
set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system}
|
||||
set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system pids sockets}
|
||||
|
||||
# what specs should be run before deployment is allowed to
|
||||
# continue, see lib/capistrano/tasks/run_tests.cap
|
||||
|
||||
Reference in New Issue
Block a user