mininews/.woodpecker/deploy.yml
Jake Walker d635f1cbc8
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/cron/deploy Pipeline was successful
initial commit
2025-01-21 23:40:23 +00:00

19 lines
372 B
YAML

when:
- event: push
branch: ${CI_DEFAULT_REPO}
- event: cron
cron: daily
- event: manual
steps:
- name: generate
image: rust
commands:
- cargo run
- name: deploy
image: node:alpine
commands:
- npx wrangler pages deploy ./dist --project-name mininews
environment:
CLOUDFLARE_API_TOKEN:
from_secret: cf_token