Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. debug: true
  2. build:
  3. image: my_image
  4. net: bridge
  5. commands:
  6. - bunch
  7. - of
  8. - commands
  9. notify:
  10. slack:
  11. webhook_url: 'slack_token'
  12. channel: '#slackroom'
  13. username: drone
  14. on_started: true
  15. on_success: true
  16. on_failure: true
  17. publish:
  18. sftp:
  19. host: host
  20. port: port
  21. username: user
  22. password: pass
  23. files:
  24. - some-directory/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement