Guest User

Untitled

a guest
Dec 15th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # capistrano production config
  2. #
  3. # config/deploy/production.rb
  4.  
  5.  
  6. server "8.8.8.8", :app, :web, :db, :primary => true
  7. set :branch, "production"
  8. set :deploy_to, "/home/app/public_html/app_production"
  9. set :rails_env, "production"
Add Comment
Please, Sign In to add comment