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

pipeline:
deploy:
image: python
when:
event: push
branch: master
commands:
- make ci-deploy
secrets: [ LIBREPAGES_DEPLOY_SECRET ]