deployer/docs/contrib/cloudflare.md
Anton Medvedev 3216576680 Add docs
2021-09-26 15:25:58 +02:00

989 B
Raw Blame History

cloudflare

Source

Installing

Add to your deploy.php

require 'contrib/cloudflare.php';

Configuration

  • cloudflare array with configuration for cloudflare
    • service_key Cloudflare Service Key. If this is not provided, use api_key and email.
    • api_key Cloudflare API key generated on the "My Account" page.
    • email Cloudflare Email address associated with your account.
    • domain The domain you want to clear
    • zone_id Cloudflare Zone ID (optional).

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

Tasks

deploy:cloudflare

Source

Clearing Cloudflare Cache.