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:**
|
**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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue