Gitea repo init; Woodpecker pipeline init; much CI/CD structure outlined in ./infra, incl. docker-compose.yaml, cicd-playbook.yaml, new cicd vault, & config files for gitea, woodpecker & ansible
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Disco DeDisco
2026-02-10 21:16:00 -05:00
parent 4e1feddb45
commit fec1cfcb30
12 changed files with 245 additions and 26 deletions

7
.woodpecker.yaml Normal file
View File

@@ -0,0 +1,7 @@
steps:
- name: test
image: python:3.13-slim
commands:
- "pip install -r requirements.txt"
- "cd ./src"
- "python manage.py test apps"