added the deploy command so i dont forget it

This commit is contained in:
2026-05-22 09:21:49 +12:00
parent 5c300ba53d
commit b5a8a9a4fc

View File

@@ -14,3 +14,9 @@ All commands are run from the root of the project, from a terminal:
| `npm run preview` | Preview your build locally, before deploying | | `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` | | `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI | | `npm run astro -- --help` | Get help using the Astro CLI |
## to deploy to cloudflare:
```
npx astro build && npx wrangler deploy
```