Guest User

Untitled

a guest
Aug 15th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. set :node_env, "staging"
  2. #git repos branch
  3. set :branch, "master"
  4. #listing port
  5. set :application_port, "1603"
  6. #deploy path
  7. set :deploy_to, "/srv/www/apps/#{application}/#{node_env}"
Add Comment
Please, Sign In to add comment