forg.es-blog-poc/.woodpecker.yml
realaravinth 75d7c4e8ce
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: init ci
2022-10-18 20:23:37 +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 ]