# Deploy WoodPecker CI with Easypanel

URL: /templates/woodpeckerci

WoodPecker CI is a modern, open-source continuous integration (CI) and delivery tool designed for developers who value simplicity, flexibility, and scalability. It integrates seamlessly with GitHub, allowing teams to automate testing, build, and deployment workflows efficiently. WoodPecker CI is lightweight, easy to deploy, and supports a wide range of programming languages and platforms. With its agent-based architecture, it provides high customizability and performance, making it ideal for both small projects and large-scale software development pipelines.

## Benefits

### Seamless GitHub Integration

WoodPecker CI integrates natively with GitHub to streamline your development workflows, automating builds, tests, and deployments.

### Lightweight and Efficient

With its lightweight design, WoodPecker CI is easy to deploy and manage, consuming minimal system resources.

### Open-Source and Transparent

Being open-source, WoodPecker CI allows developers to fully customize their CI/CD pipelines and ensures transparency.

## Features

### Flexible CI/CD Pipelines

WoodPecker CI offers customizable pipelines to fit the needs of any project, supporting diverse languages and platforms.

### Agent-Based Architecture

Its agent-based system ensures better resource management and scalability, allowing distributed builds.

### Easy Deployment

WoodPecker CI can be deployed quickly on various environments, including local machines, cloud platforms, and Kubernetes clusters.

## Configuration

- `appServiceName` (App Service Name, required): woodpecker-ci

- `appServiceImage` (App Service Image, required): woodpeckerci/woodpecker-server:v3.13.0

- `agentServiceImage` (Agent Service Image, required): woodpeckerci/woodpecker-agent:v3.13.0

- `githubClient` (GitHub Client ID, required): Set during installation

- `githubSecret` (GitHub Client Secret, required): Set during installation

## Services

- woodpecker-ci: app (woodpeckerci/woodpecker-server:v3.13.0)

- woodpecker-ci-agent: app (woodpeckerci/woodpecker-agent:v3.13.0)

## Resources

- [Github](https://github.com/woodpecker-ci/woodpecker)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/woodpeckerci)