added the deploy command so i dont forget it
This commit is contained in:
@@ -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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user