Adding README

This commit is contained in:
Finley Ghosh 2025-11-23 13:03:06 +11:00
parent 352ee4cfcd
commit 1f116c09ba

View file

@ -78,7 +78,7 @@ Deploy to staging or production using the scripts in the `deploy/` directory:
**Deploy to Staging:** **Deploy to Staging:**
```bash ```bash
./deploy/deploy-stg.sh ./scripts/deploy/deploy-stg.sh
``` ```
**Deploy to Production:** **Deploy to Production:**
@ -88,8 +88,8 @@ Deploy to staging or production using the scripts in the `deploy/` directory:
**Rebuild without cache (useful after dependency changes):** **Rebuild without cache (useful after dependency changes):**
```bash ```bash
./deploy/deploy-prod.sh --no-cache ./scripts/deploy/deploy-prod.sh --no-cache
./deploy/deploy-stg.sh --no-cache ./scripts/deploy/deploy-stg.sh --no-cache
``` ```
### How Deployment Works ### How Deployment Works