wearelucid / craft-netlify-deploy
A plugin to display a button to trigger a netlify deploy.
Installs: 227
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:craft-plugin
pkg:composer/wearelucid/craft-netlify-deploy
Requires
- craftcms/cms: ^4.2.0
README
Basic plugin to add a button to deploy to Netlify and show the status badge.
Requirements
This plugin requires Craft CMS 4.2.0 or later.
Installation
To install the plugin, follow these instructions.
ddev composer require wearelucid/craft-netlify-deploy ddev php craft plugin/install netlify-deploy
Add environment variables to your .env file:
# Netlify Deploy Button Settings # NETLIFY_HOOK_URL=https://api.netlify.com/build_hooks/SOME_HOOK_ID # NETLIFY_BADGE_URL=https://api.netlify.com/api/v1/badges/SOME_BADGE_ID/deploy-status
Brought to you by Lucid