Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 754 Bytes

cloudflare.md

File metadata and controls

36 lines (20 loc) · 754 Bytes

Cloudflare recipe

Installing

// deploy.php

require 'vendor/deployer/recipes/cloudflare.php';

Configuration options

  • service_key: Cloudflare Service Key. If this is not provided, use api_key and email.

OR

  • api_key: Cloudflare API key generated on the "My Account" page.
  • email: Cloudflare Email address associated with your account.

PLUS

  • domain: The domain you want to clear

Tasks

  • deploy:cloudflare Clears cloudflare cache

Suggested Usage

Since the website should be built and some load is likely about to be applied to your server, this should be one of, if not the, last tasks before cleanup

Read more

Keep up to date with Cyber Duck's adventures on https://www.cyber-duck.co.uk/