website/.woodpecker.yml

10 lines
226 B
YAML
Raw Normal View History

2022-09-07 14:39:50 +05:30
pipeline:
2022-09-07 14:37:11 +05:30
deploy:
image: python
when:
event: push
branch: master
commands:
- make ci-deploy
secrets: [ GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET ]