deploy

Deploy package updates to FluxCD environments via gitops manifests and reconciliation.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ringier-data/nannos --skill deploy-ringier-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/ringier-data/nannos/tree/main/.github/skills/deploy
Command: npx skills add https://github.com/ringier-data/nannos --skill deploy-ringier-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate deployment to FluxCD by coordinating gitops manifests, image updates, and reconciliations to reduce manual errors and accelerate releases.

Core Features & Use Cases

  • Automated deployment to dev, staging, and production environments using just commands.
  • Image tag management and Flux reconciliation triggering to ensure clusters run the latest releases.
  • Validation and orchestration of gitops workflows for prod deployments, including handling gitops structure.

Quick Start

Run just deploy-dev <package> to deploy a prerelease image to the dev environment and use just deploy-prod <package> to update production.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate FluxCD deployments using GitOps practices?

Automate FluxCD deployments by coordinating GitOps manifests, image tag updates, and reconciliation triggers to reduce manual errors and accelerate releases across environments.

What is the best way to deploy a prerelease image to a dev environment with FluxCD?

Deploy a prerelease image to the dev environment using the command 'just deploy-dev <package>', which automates image tag management and triggers Flux reconciliation for the latest release.

How do I roll out production updates using GitOps and FluxCD?

Roll out production updates by running 'just deploy-prod <package>' to validate and orchestrate GitOps workflows, ensuring production clusters run the latest image releases safely.

Can I manage staging and production workflows with automated Flux reconciliation?

Yes, you can manage staging and production workflows by automating GitOps practices and triggering Flux reconciliation to ensure clusters run the latest deployed releases.

Does this deployment automation handle GitOps manifest validation for production rollouts?

Yes, it validates and orchestrates GitOps workflows for production deployments, handling the GitOps structure and image tag updates required for successful production rollouts.