mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +00:00
Duplicate website/docs/applications/development-tools/woodpecker_ci.md history in roles/woodpecker-ci/docs/ history.
This commit is contained in:
parent
2662641277
commit
cad799dea0
1 changed files with 19 additions and 0 deletions
19
roles/woodpecker-ci/docs/woodpecker_ci.md
Normal file
19
roles/woodpecker-ci/docs/woodpecker_ci.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: "Woodpecker CI"
|
||||
---
|
||||
|
||||
Woodpecker is a simple CI engine with great extensibility.
|
||||
|
||||
Check it out at <https://woodpecker-ci.org/>.
|
||||
|
||||
## Usage
|
||||
|
||||
Set `woodpecker_ci_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
|
||||
|
||||
Gitea (`gitea_enabled: true`) must be set up and running before attempting to set up Woodpecker CI.
|
||||
|
||||
## Setup Tasks
|
||||
|
||||
An Oauth2 application must be set up in Gitea. Visit <https://woodpecker-ci.org/docs/administration/forges/gitea> for more info, then set `woodpecker_ci_gitea_client` and `woodpecker_ci_gitea_secret` accordingly.
|
||||
|
||||
Set `woodpecker_ci_admin_user` to the same username as your user in Gitea.
|
Loading…
Reference in a new issue