deploy

Automate Koyeb service and app deployments using the Koyeb CLI.

4|2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/koyeb/koyeb-skills --skill deploy-koyeb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/koyeb/koyeb-skills/tree/main/plugins/koyeb/skills/deploy
Command: npx skills add https://github.com/koyeb/koyeb-skills --skill deploy-koyeb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Deploy Koyeb services and apps to production environments efficiently by automating deployment tasks and redeploys.

Core Features & Use Cases

  • Automates deployment of code to Koyeb services using the Koyeb CLI.
  • Supports redeploys and rolling updates for existing apps and services.
  • Useful for rolling out new builds, scaling updates, and ensuring deployment consistency.

Quick Start

Run koyeb deploy <path> <app>/<service> to deploy your code.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate Koyeb service deployments using the CLI?

Automate Koyeb service deployments by executing the koyeb deploy command with your target path and app/service name to push code to production environments. This automates the deployment task and rolling updates.

What is the best way to trigger a redeploy for an existing Koyeb app?

Triggering a redeploy for an existing Koyeb app uses the Koyeb CLI to restart services with new builds or rolling updates. This ensures deployment consistency without manually reconfiguring the production environment.

Do I need the Koyeb CLI installed and authenticated to deploy my code?

Yes, you need the Koyeb CLI installed and authenticated to deploy your code. These are the specified prerequisites required to execute deployment commands and interact with your production services.

How do I verify a Koyeb deployment and check deployment logs?

Verify a Koyeb deployment by using the deployments list and logs commands in the Koyeb CLI. This allows you to check the status and output of your rolling updates or new builds in the production environment.

Can I use this Koyeb deployment automation for scaling updates across multiple services?

Yes, you can use this deployment automation for scaling updates across multiple Koyeb services. It supports rolling out new builds and ensuring deployment consistency across your apps and services.