netlify-deploy
Installation
SKILL.md
Netlify deploy
Deploy context config (netlify.toml, current form)
Configure per-context build settings in netlify.toml at the repo root. Five predefined contexts: production, deploy-preview, branch-deploy, preview-server, dev. Branch names also work as custom contexts (a staging branch matches a staging context).
[context.production]
command = "make production"
[context.production.environment]
ACCESS_TOKEN = "super secret"
# Plugins context REQUIRES double brackets:
[[context.production.plugins]]
package = "@netlify/plugin-sitemap"
[context.deploy-preview.environment]
ACCESS_TOKEN = "not so secret"