Files
danbooru/config/deploy/production.rb
2019-08-07 22:11:07 -05:00

12 lines
364 B
Ruby

set :user, "danbooru"
set :rails_env, "production"
set :rbenv_path, "/home/danbooru/.rbenv"
append :linked_files, ".env.production"
server "kagamihara", :roles => %w(web app), :primary => true
server "shima", :roles => %w(web app)
server "saitou", :roles => %w(web app)
server "oogaki", :roles => %w(worker)
after "deploy:finished", "newrelic:notice_deployment"