Guest User

Untitled

a guest
May 24th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. application: ""
  2. repository: ""
  3. configs: "database.yml"
  4. use_system_gems: false
  5.  
  6. defaults: &defaults
  7. keep_releases: 3
  8. branch: "master"
  9.  
  10. locations:
  11. staging:
  12. <<: *defaults
  13. server: ""
  14. domain: ""
  15. deploy_to: ""
  16. user: ""
  17. port: 22
  18. rails_env: "staging"
  19.  
  20. production:
  21. <<: *defaults
  22. server: ""
  23. domain: ""
  24. branch: "production"
  25. deploy_to: ""
  26. user: ""
  27. port: 22
  28. rails_env: "production"
Add Comment
Please, Sign In to add comment