Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. build: {
  2. aussie: {
  3. host: 'example.com.au',
  4. port: 21,
  5. authKey: 'au'
  6. },
  7. america: {
  8. host: 'example.com',
  9. port: 21,
  10. authKey: 'us'
  11. },
  12. src: '/Applications/mamp/htdocs/mysite/',
  13. dest: '/public_html/mysite',
  14. exclusions: [
  15.  
  16. '.*',
  17. 'dev/**/*',
  18. 'node_modules',
  19. 'grunt',
  20. 'gruntfile.js',
  21.  
  22. ],
  23. simple: true,
  24. useList: true
  25.  
  26.  
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement