website/.woodpecker.yml

11 lines
212 B
YAML

pipeline:
build:
image: python
when:
event: [ push, pull_request, tag, deployment ]
commands:
- make env
- make
- ls -lah && find scripts && cat scripts/ci.sh
- make ci-deploy