coolify-deploy

Automate Coolify production deployments, rollbacks, and health verification.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Techlemariam/IronForge --skill coolify-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coolify-deploy
Source: https://github.com/Techlemariam/IronForge/tree/main/.agent/skills/coolify-deploy
Command: npx skills add https://github.com/Techlemariam/IronForge --skill coolify-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Streamlines the deployment of applications to Coolify infrastructure, removing manual steps and reducing release errors.

Core Features & Use Cases

  • Automated production deployments to Coolify clusters
  • Rollback to previous deployments with minimal downtime
  • Health verification post-deployment to ensure service readiness
  • Environment validation prior to triggering a deployment

Quick Start

Deploy a new release by running the configured deploy script from the scripts/ directory.

Frequently Asked Questions about coolify-deploy

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

FAQPage Schema
How do I automate Coolify deployments to reduce manual release steps?

You can automate Coolify deployments by executing the deploy.ps1 script from the scripts/ directory. This handles release management deterministically across Windows, Linux, and macOS environments, removing manual steps.

What do I need to set up before automating deployments to Coolify infrastructure?

To automate deployments to Coolify, you need an env-validator tool, a valid Coolify API token, SSH access, and the scripts/ directory containing deploy.ps1 and rollback.ps1.

Can I roll back a Coolify deployment if a release fails health verification?

Yes, you can execute a Coolify deployment rollback using the rollback.ps1 script in the scripts/ directory. This reverts applications to previous deployments with minimal downtime when health verification detects service unavailability.

Does the Coolify deployment automation work across different operating systems?

Yes, the Coolify deployment automation applies to Windows, Linux, and macOS environments. It uses PowerShell scripts to execute multi-environment app deployments, rollbacks, and health verification deterministically across these platforms.

How does environment validation prevent deployment errors in Coolify?

Environment validation prevents deployment errors in Coolify by verifying configurations prior to triggering a release. The required env-validator tool checks the setup to ensure only valid environments proceed with production deployments.

What's the best way to verify service readiness after a Coolify deployment?

The best way to verify service readiness after a Coolify deployment is using the built-in health verification step. This automated check ensures your multi-environment apps are fully operational and ready to receive traffic immediately after release.