This repository has been archived on 2022-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
website/.woodpecker.yml

10 lines
202 B
YAML
Raw Normal View History

2022-08-19 14:41:35 +05:30
pipeline:
deploy:
image: python
when:
event: push
branch: master
commands:
- make ci-deploy
secrets: [ LIBREPAGES_DEPLOY_SECRET ]