website/.woodpecker.yml
Aravinth Manivannan 2d205c6de1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: fix deprecated warning
2024-02-19 19:54:53 +05:30

11 lines
202 B
YAML

steps:
deploy:
image: python
when:
event: push
branch: master
commands:
- echo foo
- make ci-deploy
secrets: [GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET]