add server

This commit is contained in:
Albert Yi 2018-10-09 14:40:43 -07:00
parent 53a51310a3
commit 1a4949368c
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@ set :user, "danbooru"
set :rails_env, "production"
server "kagamihara", :roles => %w(web app db), :primary => true
server "shima", :roles => %w(web app)
server "saitou", :roles => %w(web app)
server "oogaki", :roles => %w(worker)
set :linked_files, fetch(:linked_files, []).push(".env.production")

View File

@ -0,0 +1,2 @@
[Service]
LimitNOFILE=10000