Skip to content

Commit 5cfff14

Browse files
committed
Update deployment steps
1 parent daf918c commit 5cfff14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tools/test/DEPLOYMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ python -m venv .venv && source .venv/bin/activate && pip install -r requirements
2525
#### Command Syntax
2626

2727
```bash
28-
python stacks/deploy.py --type <deployment_type>
28+
cd stacks ; python deploy.py [type]
2929
```
3030

31-
Replace `<deployment_type>` with one of the supported types:
31+
Replace `[type]` with one of the supported types:
3232

3333
- `admin`: Deploys admin-specific resources.
3434
- `images`: Deploys image-related resources.

0 commit comments

Comments
 (0)