This commit is contained in:
Sakooooo 2024-12-01 17:46:54 +04:00
parent b6d0768678
commit 0e62701b98
Signed by: sako
GPG key ID: FE52FD65B76E4751
3 changed files with 9 additions and 701 deletions

View file

@ -20,7 +20,9 @@ steps:
CLOUDFLARE_API_TOKEN: CLOUDFLARE_API_TOKEN:
from_secret: cloudflare_api_token from_secret: cloudflare_api_token
commands: commands:
- echo "Installing wrangler..."
- npm install -g wrangler
- echo "Deploying site..." - echo "Deploying site..."
- pnpm wrangler pages deploy dist --project-name sakosite --branch main - npx wrangler pages deploy dist --project-name sakosite --branch main

View file

@ -12,7 +12,6 @@
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"astro": "^4.16.12", "astro": "^4.16.12",
"typescript": "^5.6.3", "typescript": "^5.6.3"
"wrangler": "^3.91.0"
} }
} }

File diff suppressed because it is too large Load diff