netlify-deploy

Automate Netlify site and function deployment with netlify.toml configuration.

1|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/dennisonbertram/go-agent-harness --skill netlify-deploy-dennisonbertram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-deploy
Source: https://github.com/dennisonbertram/go-agent-harness/tree/main/skills/netlify-deploy
Command: npx skills add https://github.com/dennisonbertram/go-agent-harness --skill netlify-deploy-dennisonbertram

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying and configuring Netlify projects across builds, redirects, environment variables, and edge functions can be complex and error-prone.

Core Features & Use Cases

  • Automates deployment of drafts and production builds using netlify deploy across contexts (prod, preview, and branch deployments).
  • Centralizes management of redirects, environment variables, and Netlify Functions/Edge Functions in a single workflow.
  • Use Case: Prepare a release by deploying with the correct environment settings and redirects in one step, then verify the outcome.

Quick Start

Run a production deployment with netlify deploy to publish the latest build and apply environment settings.

Frequently Asked Questions about netlify-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Netlify deployments across different environments?

Automate Netlify deployments by using CLI workflows to manage production and preview contexts. This process applies environment variables and redirects across different branch deployments in a single step.

How do I configure redirects and environment variables for Netlify sites?

Configure redirects and environment variables by centralizing them within a netlify.toml configuration file. This consolidates settings for builds and functions, ensuring correct environment application across contexts.

Can I deploy Netlify Edge Functions using CLI automation?

Yes, you can deploy Netlify Edge Functions using CLI automation. The deployment workflow handles edge function setup and configuration with minimal user input, integrating them directly into your site's build process.

How do I prepare a Netlify release with correct environment settings?

Prepare a Netlify release by running a production deployment to publish the latest build. This step applies the specified environment settings and redirects, allowing you to verify the outcome before going live.

What is the best way to manage netlify.toml configuration for CI/CD pipelines?

Manage netlify.toml configuration for CI/CD pipelines by centralizing deployment settings, redirects, and function definitions. This minimizes manual input and reduces configuration errors across automated build environments.