Advertisement
Guest User

Untitled

a guest
Jan 13th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #### comment
  2.  
  3. global {
  4. base_dir: /var/spool/deployments;
  5. hooks: /etc/deployer/hooks;
  6. }
  7.  
  8. some_project {
  9. scm: git;
  10. repository: "git@example.com:some_project.git";
  11. target: /srv/http/some_project;
  12. post: /etc/deployer/scripts/mail.sh;
  13. }
  14.  
  15. another_project {
  16. scm: svn;
  17. repository: svn://example.com/another_project;
  18. mapping {
  19. xyz: asd;
  20. test: "asd";
  21. zxc: 123;
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement