We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf918c commit 5cfff14Copy full SHA for 5cfff14
.tools/test/DEPLOYMENT.md
@@ -25,10 +25,10 @@ python -m venv .venv && source .venv/bin/activate && pip install -r requirements
25
#### Command Syntax
26
27
```bash
28
-python stacks/deploy.py --type <deployment_type>
+cd stacks ; python deploy.py [type]
29
```
30
31
-Replace `<deployment_type>` with one of the supported types:
+Replace `[type]` with one of the supported types:
32
33
- `admin`: Deploys admin-specific resources.
34
- `images`: Deploys image-related resources.
0 commit comments