ptr.moe/.woodpecker/woodpecker.yml
baalajimaestro 1e794be174
Commit all changes for ptr.moe
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2024-07-20 16:45:14 +05:30

10 lines
290 B
YAML

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