Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
d720cc983d
commit
ec59807c3d
2 changed files with 2 additions and 1 deletions
|
@ -5,5 +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
|
||||
- npx wrangler pages deploy .
|
||||
secrets: [ cloudflare_api_token, cloudflare_account_id ]
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
name = "littlelink"
|
||||
name = "links-baalajimaestro"
|
||||
pages_build_output_dir = "."
|
||||
|
|
Loading…
Reference in a new issue