netlify-redeploy

Trigger production redeploys for Netlify-hosted Nx documentation sites.

1|Updated Jun 3, 2025
One-click install
npx skills add https://github.com/jaysoo/dot-ai-config --skill netlify-redeploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-redeploy
Source: https://github.com/jaysoo/dot-ai-config/tree/main/dot_gemini/skills/netlify-redeploy
Command: npx skills add https://github.com/jaysoo/dot-ai-config --skill netlify-redeploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Redeploy production Netlify sites to refresh dynamic content (e.g., banners) without uploading local files, ensuring published docs stay up-to-date.

Core Features & Use Cases

  • Triggers production redeploys for specific Netlify sites (nx-docs and nx-dev) to refresh content and invalidate caches.
  • Allows targeted redeploys for individual sites using the site name, with no need to push local code.
  • Suitable for refreshing banners, syncing environment changes, and applying Netlify configuration updates in a safe, repeatable way.

Quick Start

Run from any directory to trigger production redeploys for nx-docs and nx-dev on Netlify without uploading local files.

Frequently Asked Questions about netlify-redeploy

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

FAQPage Schema
How do I trigger a Netlify redeploy without uploading local files?

Yes, you can refresh dynamic content like banners on Nx documentation sites by triggering a production rebuild on Netlify. This safely syncs environment changes and invalidates caches without requiring a local code push.

How do I refresh dynamic content on Nx documentation sites hosted on Netlify?

You can refresh dynamic content on Nx documentation sites by triggering a production rebuild on Netlify. This safely syncs environment changes and invalidates caches without requiring a local code push.

Can I trigger a production rebuild for specific Netlify sites like nx-docs and nx-dev?

Yes, you can trigger production rebuilds for specific Netlify sites by targeting their site identifiers, such as -s nx-docs or -s nx-dev. This allows you to refresh individual sites independently.

What is the best way to invalidate the cache on Netlify without pushing code?

The best way to invalidate the Netlify cache without pushing code is to trigger a production redeploy using the Netlify CLI. This applies environment-variable updates and refreshes content safely and repeatably.

Do I need local project files to trigger a Netlify build for environment-variable updates?

No, you do not need local project files to trigger a Netlify build for environment-variable updates. The process uses the Netlify CLI to trigger remote production rebuilds directly, ensuring published docs stay up-to-date without local uploads.