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
ec59807c3d
commit
bd32c079f1
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ steps:
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
image: docker.io/library/node:20-alpine
|
image: docker.io/library/node:20-alpine
|
||||||
commands:
|
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 .
|
- npx wrangler pages deploy .
|
||||||
secrets: [ cloudflare_api_token, cloudflare_account_id ]
|
secrets: [ cloudflare_api_token, cloudflare_account_id ]
|
||||||
|
|
Loading…
Reference in a new issue