update environments/production.rb add unicorn.rb, nemo.sh

This commit is contained in:
julian
2017-02-24 00:18:22 +06:30
parent 65b5b5d858
commit db0d28107b
6 changed files with 173 additions and 3 deletions

View File

@@ -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