coolify-github-workflow

Automate GitHub push deployments to Coolify with Docker and Traefik.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/chris78rey/en_construccion --skill coolify-github-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coolify-github-workflow
Source: https://github.com/chris78rey/en_construccion/tree/main/.opencode/skills/coolify-github-workflow
Command: npx skills add https://github.com/chris78rey/en_construccion --skill coolify-github-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill defines a reproducible deployment workflow that moves changes from GitHub to automatic deployment on Coolify, reducing manual steps and ensuring traceability.

Core Features & Use Cases

  • End-to-end automation: from commit to deployed service with zero manual intervention.
  • Versioned releases and checks: supports semantic tagging, health checks, and automated validation across environments.
  • Environment and routing orchestration: configures docker-compose, Traefik routing, and TLS for public endpoints.
  • Use Case: a development team pushes a feature branch; Coolify builds the image, deploys it, routes traffic, and provides health monitoring with a single click redeploy option.

Quick Start

Push a commit to the configured GitHub branch and monitor the deployment in Coolify. Verify the domain is reachable and the health endpoint reports healthy.

Frequently Asked Questions about coolify-github-workflow

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

FAQPage Schema
How do I automate GitHub deployments to Coolify?

Automate GitHub deployments to Coolify by pushing commits to a configured branch, which triggers webhook-driven builds, Docker image creation, Traefik routing, and automated health checks without manual intervention.

What is the best way to configure Traefik routing and TLS for Docker Compose deployments?

The best way to configure Traefik routing and TLS for Docker Compose deployments is through automated environment orchestration, which sets up public endpoints and enforces TLS configuration during the release pipeline.

How do I validate docker-compose YAML syntax and manage environment variables before deploying?

Validate docker-compose YAML syntax and manage environment variables using prescribed pre-push validations, ensuring fixed image versions and correct configurations before triggering webhook-driven deployments.

Can I use semantic version tagging and health checks for staging and production environments?

Yes, you can use semantic version tagging and health checks across staging and production environments. The workflow enforces automated post-deploy validation to verify domain reachability and endpoint health.

Does Coolify support end-to-end CI/CD pipelines from GitHub pushes?

Yes, Coolify supports end-to-end CI/CD pipelines from GitHub pushes by automating the build process, deploying Docker images, routing traffic via Traefik, and providing health monitoring with a single click redeploy option.