website/.woodpecker.yml

11 lines
202 B
YAML
Raw Permalink Normal View History

2024-02-19 19:52:43 +05:30
steps:
deploy:
image: python
when:
event: push
branch: master
commands:
- echo foo
- make ci-deploy
secrets: [GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET]