A Wercker step that purges the Cloudflare cache for a given domain.
build:
steps:
- seigyo/cloudflare-purge:
api: <<your Cloudflare API key>>
email: <<your Cloudflare email>>
domain: <<your domain name>>
- Echo the response whenever an error occurs
- Initial release
MIT, see LICENSE