ptr.moe/.woodpecker/woodpecker.yml
baalajimaestro ba584e2c3e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Dont remove wrangler.toml
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2024-07-20 16:57:17 +05:30

10 lines
276 B
YAML

when:
- event: push
steps:
- name: Deploy
image: docker.io/library/node:20-alpine
commands:
- rm -rf .git .github LICENSE.md README.md .devcontainer .gitignore
- npx wrangler pages deploy .
secrets: [ cloudflare_api_token, cloudflare_account_id ]