Change project name
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2024-07-20 16:49:19 +05:30
parent d720cc983d
commit ec59807c3d
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5
2 changed files with 2 additions and 1 deletions

View file

@ -5,5 +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
- npx wrangler pages deploy . - npx wrangler pages deploy .
secrets: [ cloudflare_api_token, cloudflare_account_id ] secrets: [ cloudflare_api_token, cloudflare_account_id ]

View file

@ -1,2 +1,2 @@
name = "littlelink" name = "links-baalajimaestro"
pages_build_output_dir = "." pages_build_output_dir = "."