MacDoctor / drone-cloudflare

a drone.io deploy plugin to clear the cloudflare cache for a domain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drone-cloudflare Build Status

a drone.io deploy plugin to clear the CloudFlare cache for a domain.

setup

follow drone's official documentation on custom plugins to install and use this plugin.

file: .drone.yml

pipeline:
  cloudflare:
    image: seejy/drone-cloudflare
    apikey: some-cloudflare-apikey
    email: john@smith.com
    domain: mydomain.com

building

see Makefile

About

a drone.io deploy plugin to clear the cloudflare cache for a domain

License:MIT License


Languages

Language:Go 50.4%Language:Makefile 28.1%Language:Standard ML 21.5%