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
Aravinth Manivannan 658dfd9f53
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: notifiy librepages from ci
2022-08-19 14:41:35 +05:30

10 lines
202 B
YAML

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