putyourlightson/craft-blitz-netlify

Netlify deployer for the Blitz plugin for Craft CMS.

Package info

github.com/putyourlightson/craft-blitz-netlify

Documentation

Type:blitz-deployer

pkg:composer/putyourlightson/craft-blitz-netlify

Statistics

Installs: 3 303

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

3.0.0 2024-04-08 14:13 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

proprietary a1e0f4522e29277c062dbaaaf53f0695b41d04ad

cachedeployercraftcmsblitznetlify

This package is auto-updated.

Last update: 2026-06-15 14:10:59 UTC


README

πŸ‘ Stable Version
πŸ‘ Total Downloads

πŸ‘ Image

Blitz Netlify Deployer for Craft CMS

The Netlify Deployer allows the Blitz plugin for Craft CMS to deploy cached files directly to Netlify sites.

While the Netlify Deployer provides a quick and easy setup, the Git Deployer that ships with Blitz is the recommended way of deploying full websites, including images and other static assets, to Netlify sites.

Usage

Install the deployer using composer.

composer require putyourlightson/craft-blitz-netlify

Then add the class to the driverTypes config setting in config/blitz.php.

// The deployer type classes to add to the plugin’s default deployer types.
'deployerTypes' => [
 'putyourlightson\blitznetlify\NetlifyDeployer',
],

You can then select the deployer and settings either in the control panel or in config/blitz.php.

// The deployer type to use.
'deployerType' => 'putyourlightson\blitznetlify\NetlifyDeployer',

// The deployer settings.
'deployerSettings' => [
 'clientId' => 'id_abcdefgh1234567890',
 'clientSecret' => 'secret_abcdefgh1234567890',
],

Documentation

Read the documentation at putyourlightson.com/plugins/blitz.

Created by PutYourLightsOn.