Dont remove wrangler.toml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
6aef702ec1
commit
ba584e2c3e
1 changed files with 1 additions and 1 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue