Adding README
This commit is contained in:
parent
352ee4cfcd
commit
1f116c09ba
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue