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