Dont remove wrangler.toml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2024-07-20 16:57:17 +05:30
parent 6aef702ec1
commit ba584e2c3e
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

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