Deployment & Infrastructure

Automates Docker-based app deployment and infrastructure setup across local and cloud environments.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kerem-ersoz/gonul --skill deployment-infrastructure-kerem-ersoz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Deployment & Infrastructure
Source: https://github.com/kerem-ersoz/gonul/tree/main/.github/skills/deployment
Command: npx skills add https://github.com/kerem-ersoz/gonul --skill deployment-infrastructure-kerem-ersoz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill covers deploying applications and configuring infrastructure across local environments and cloud providers. It ensures reproducible builds, secure environment management, and scalable deployment workflows.

Core Features & Use Cases

  • Docker multi-stage builds and production-ready Docker configuration
  • Render and Azure Container Apps deployment setup
  • Environment variable management, Redis and PostgreSQL integration, and health checks
  • CI/CD workflow scaffolding and automated deployment pipelines

Quick Start

Run a production-ready deployment workflow that builds and deploys via Docker, renders configuration, and performs health checks.

Frequently Asked Questions about Deployment & Infrastructure

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

FAQPage Schema
How do I configure Docker multi-stage builds for production deployment?

Docker multi-stage builds are configured to create production-ready images by separating build dependencies from runtime environments, ensuring reproducible builds and scalable deployment workflows. This approach streamlines environment configuration and minimizes final image size.

Does this deployment workflow support Azure Container Apps and Render?

Yes, the deployment workflow supports both Azure Container Apps and Render setups. It automates cloud deployment configuration across these specific platforms, handling environment variable management and production-ready infrastructure provisioning for your Docker-based applications.

What's the best way to manage environment variables for PostgreSQL and Redis in production?

The best way to manage environment variables for PostgreSQL and Redis is through automated infrastructure configuration. This ensures secure environment management and production-ready database integration by scaffolding reproducible environment variable setups during the deployment process.

How do I set up a CI/CD pipeline with automated health checks?

You can set up a CI/CD pipeline by scaffolding automated deployment workflows that integrate health checks. This configuration validates your deployment status continuously, ensuring your Docker-based applications remain healthy and scalable across local and cloud environments.

Can I use this deployment setup for local environments or is it strictly for cloud providers?

You can use this deployment setup for both local environments and cloud providers. It automates infrastructure setup across local and cloud environments, applying Docker configurations, environment variable management, and health checks universally to ensure reproducible builds.