docs/.woodpecker.yml
realaravinth d67a24fc50
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: setup CI
2022-09-09 20:33:32 +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 ]