19 lines
675 B
Markdown
19 lines
675 B
Markdown
|
# Woodpecker CI Deployment
|
||
|
|
||
|
This repository contains code to deploy and configure a Woodpecker CI instance using Docker Compose.
|
||
|
The provided compose file needs to be accompanied by a .env file in which specifics are configured.
|
||
|
Check the env.template file for reference and adjust to your needs.
|
||
|
|
||
|
Woodpeckers administration documentation is available here:
|
||
|
|
||
|
- https://woodpecker-ci.org/docs/administration/getting-started
|
||
|
|
||
|
You need to connect Woodpecker to a Forge (Github, GitLab, Forgejo, Gitea, Bitbucket, etc.):
|
||
|
|
||
|
- https://woodpecker-ci.org/docs/administration/forges/github
|
||
|
|
||
|
Woodpeckers general documentation is available here:
|
||
|
|
||
|
- https://woodpecker-ci.org/docs/intro
|
||
|
|