docs/.woodpecker.yml
Aravinth Manivannan c2f004ef2a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: CI: enable
2023-10-01 23:10:52 +05:30

10 lines
227 B
YAML

pipeline:
build:
image: python
when:
event: [ push, pull_request, tag, deployment ]
commands:
- make env
- make
- make ci-deploy
secrets: [ GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET ]