coolify-deployment

Guide six-phase application deployments to Coolify with validation and rollback.

11|2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/porcupine-md/jonggrang --skill coolify-deployment-porcupine-md
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: coolify-deployment
Source: https://github.com/porcupine-md/jonggrang/tree/main/skills/library/deploy/coolify-deployment
Command: npx skills add https://github.com/porcupine-md/jonggrang --skill coolify-deployment-porcupine-md

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying apps to a self-hosted PaaS can be error-prone without a structured lifecycle and guardrails.

Core Features & Use Cases

  • Six-phase deployment lifecycle: Authentication, Build, Install/Provisioning, Deploy, Checking, Update/Rollback, with explicit checks and rollback readiness.
  • Webhook/Git-triggered workflows: Supports deployments triggered via webhook or Git integration, with secrets management and environment configuration.
  • Guardrails & validation: Enforces pre-deploy validation, post-deploy checks, and rollback procedures for failed deployments.

Quick Start

Start a deployment by following the six-phase lifecycle for your Coolify project and verify success.

Frequently Asked Questions about coolify-deployment

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

FAQPage Schema
How do I automate deployment to Coolify using webhooks and Docker?▼

Automate Coolify deployment by following a six-phase lifecycle covering authentication, build, provisioning, deploy, validation, and rollback. It supports webhook or Git-triggered workflows for Dockerfiles, Nixpacks, or buildpacks.

What is the best way to roll back a failed Coolify deployment?▼

Roll back a failed Coolify deployment using the Update/Rollback phase, which enforces post-deploy validation checks and explicit rollback procedures to restore the previous application state safely.

Does Coolify deployment support Nixpacks and buildpacks for web apps?▼

Yes, Coolify deployment supports Nixpacks and buildpacks alongside Dockerfiles for web apps. It guides the build phase and install/provisioning steps to ensure reliable container creation.

How do I manage environment variables and secrets for a Coolify webhook deployment?▼

Manage environment variables and webhook secrets during the Authentication and Install/Provisioning phases. These phases enforce pre-deploy validation and secure configuration before triggering the build.

Why does my Coolify deployment fail validation after a Git push?▼

Coolify deployment fails validation when post-deploy checks detect configuration or application errors. The Checking phase enforces explicit validation, triggering the Update/Rollback phase to revert failed deployments.

What phases should I follow for a reliable Coolify deployment lifecycle?▼

Follow the six-phase Coolify deployment lifecycle: Authentication, Build, Install/Provisioning, Deploy, Checking, and Update/Rollback. Each phase includes explicit checks and guardrails to ensure reliable execution.