Add unicorn.rb to linked files
This commit is contained in:
parent
07d513f5f5
commit
e6cb140eb9
2
Procfile
2
Procfile
|
@ -1,2 +1,2 @@
|
||||||
web: bundle exec unicorn -E production -l unix:./tmp/sockets/justask.sock
|
web: bundle exec unicorn -E production -c ./config/unicorn.rb -l unix:./tmp/sockets/justask.sock
|
||||||
workers: bundle exec sidekiq -e production -C './config/sidekiq.yml'
|
workers: bundle exec sidekiq -e production -C './config/sidekiq.yml'
|
|
@ -21,7 +21,7 @@ set :deploy_to, "/usr/home/justask/apps/retrospring"
|
||||||
# set :pty, true
|
# set :pty, true
|
||||||
|
|
||||||
# Default value for :linked_files is []
|
# Default value for :linked_files is []
|
||||||
append :linked_files, "config/database.yml", "config/justask.yml", "config/secrets.yml", "config/initializers/devise.rb"
|
append :linked_files, "config/database.yml", "config/justask.yml", "config/secrets.yml", "config/unicorn.rb", "config/initializers/devise.rb"
|
||||||
|
|
||||||
# Default value for linked_dirs is []
|
# Default value for linked_dirs is []
|
||||||
append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "public/uploads", "public/system", "public/exports"
|
append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "public/uploads", "public/system", "public/exports"
|
||||||
|
|
Loading…
Reference in New Issue