Guest User

Untitled

a guest
Aug 11th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. # config/awesome_site.yml
  2.  
  3. heads:
  4. develop:
  5. deploy/rsync:
  6. src: htdocs/
  7. dst: user@domain.com:/home/user/dev/htdocs
  8.  
  9. tags:
  10. # Matches 1.2.2-RC1, 2.12.1-RC2 etc.
  11. '^[0-9]+.[0-9]+.[0-9]+-RC[0-9]+$'
  12. deploy/rsync:
  13. src: htdocs/
  14. dst: user@domain.com:/home/user/staging/htdocs
  15.  
  16. # Matches 1.2.2, 2.12.1, etc.
  17. '^[0-9]+.[0-9]+.[0-9]+$':
  18. util/rename:
  19. htaccess.production: .htaccess
  20. deploy/ftp:
  21. src: htdocs
  22. server: 111.11.1.11
  23. user: joe
  24. pass: shcmoe
  25. dst: ./user/production/htdocs
Add Comment
Please, Sign In to add comment