its over
This commit is contained in:
parent
b6d0768678
commit
0e62701b98
3 changed files with 9 additions and 701 deletions
|
@ -20,7 +20,9 @@ steps:
|
|||
CLOUDFLARE_API_TOKEN:
|
||||
from_secret: cloudflare_api_token
|
||||
commands:
|
||||
- echo "Installing wrangler..."
|
||||
- npm install -g wrangler
|
||||
- echo "Deploying site..."
|
||||
- pnpm wrangler pages deploy dist --project-name sakosite --branch main
|
||||
- npx wrangler pages deploy dist --project-name sakosite --branch main
|
||||
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"astro": "^4.16.12",
|
||||
"typescript": "^5.6.3",
|
||||
"wrangler": "^3.91.0"
|
||||
"typescript": "^5.6.3"
|
||||
}
|
||||
}
|
||||
|
|
703
pnpm-lock.yaml
703
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue