From 1f116c09ba6dc3e851a435dfd79156741cb9ebcd Mon Sep 17 00:00:00 2001 From: Finley Ghosh Date: Sun, 23 Nov 2025 13:03:06 +1100 Subject: [PATCH] Adding README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b879e2c..b2b40a64 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Deploy to staging or production using the scripts in the `deploy/` directory: **Deploy to Staging:** ```bash -./deploy/deploy-stg.sh +./scripts/deploy/deploy-stg.sh ``` **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):** ```bash -./deploy/deploy-prod.sh --no-cache -./deploy/deploy-stg.sh --no-cache +./scripts/deploy/deploy-prod.sh --no-cache +./scripts/deploy/deploy-stg.sh --no-cache ``` ### How Deployment Works