Add wrangler deploy
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
1910473519
commit
85d28688d3
2 changed files with 11 additions and 0 deletions
9
.woodpecker/woodpecker.yml
Normal file
9
.woodpecker/woodpecker.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
when:
|
||||
- event: push
|
||||
|
||||
steps:
|
||||
- name: Deploy
|
||||
image: docker.io/library/node:20-alpine
|
||||
commands:
|
||||
- pnpx wrangler pages deploy .
|
||||
secrets: [ cloudflare_api_token, cloudflare_account_id ]
|
2
wrangler.toml
Normal file
2
wrangler.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
name = "littlelink"
|
||||
pages_build_output_dir = "."
|
Loading…
Reference in a new issue