Guest User

Untitled

a guest
Jan 24th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. # app/config/deploy/staging.rb
  2.  
  3. set :rails_env, "staging" # tell cap to run migrations using staging env
  4. set :deploy_to, "/var/www/sites/stage.#{application}"
Add Comment
Please, Sign In to add comment