zeabur-deploy

Deploy local projects to Zeabur via direct uploads or Git CI/CD pipelines.

40|9|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/zeabur/zeabur-claude-plugin --skill zeabur-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zeabur-deploy
Source: https://github.com/zeabur/zeabur-claude-plugin/tree/main/skills/zeabur-deploy
Command: npx skills add https://github.com/zeabur/zeabur-claude-plugin --skill zeabur-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of deploying local projects or codebases to Zeabur, handling both direct deployments and Git-based CI/CD setups.

Core Features & Use Cases

  • Direct Deployment: Deploy your current local directory to Zeabur quickly, creating new services automatically.
  • Git Deployment: Set up CI/CD pipelines for automatic redeployment from GitHub repositories upon code pushes.
  • Use Case: You've finished coding a new web application locally and want to deploy it to Zeabur. This skill will guide you through the deployment process, either directly from your local files or by connecting to your GitHub repository for continuous integration.

Quick Start

Deploy your current local project directory to Zeabur using your project ID.

Frequently Asked Questions about zeabur-deploy

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

FAQPage Schema
How do I deploy a local project to Zeabur?

To deploy a local project to Zeabur, the skill uses `npx zeabur@latest` to upload your current directory. It handles project creation and service configuration to get your application running quickly.

Can I set up GitHub CI/CD pipelines for automatic deployment to Zeabur?

Yes, you can configure Git-based CI/CD pipelines for automatic redeployment from GitHub repositories. This triggers a new deployment automatically whenever you push code to the connected repository.

What is the best way to manage environment variables when deploying my codebase?

The best way to manage environment variables during deployment is through this skill's configuration process. It supports environment variable management to ensure your services have the correct runtime settings.

Does this deployment method require a specific project ID to start?

Yes, deploying your current local project directory to Zeabur requires your project ID. This identifier ensures the service is created and linked within the correct project environment.

Why use `npx zeabur@latest` for project deployment and service management?

Using `npx zeabur@latest` for project deployment ensures consistent execution and access to the latest features. It standardizes CLI operations for creating services and managing configurations.