Update README commands
This commit is contained in:
parent
98bbf12f2d
commit
caf63c299f
1 changed files with 4 additions and 6 deletions
10
README.md
10
README.md
|
@ -10,7 +10,8 @@
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
`./scripts/setup.sh`
|
- `./scripts/ansible/setup.sh`
|
||||||
|
- `cd terraform/ && ./scripts/terraform/terraform.sh init`
|
||||||
|
|
||||||
### Private Settings
|
### Private Settings
|
||||||
|
|
||||||
|
@ -22,8 +23,5 @@ Terraform backend secrets need to be placed in `terraform/secrets.sh`.
|
||||||
|
|
||||||
## Deploying
|
## Deploying
|
||||||
|
|
||||||
`./scripts/deploy.sh`
|
- `./scripts/ansible/deploy.sh`
|
||||||
|
- `./scripts/terraform/terraform.sh apply`
|
||||||
Alternatively, each component can be deployed separately:
|
|
||||||
|
|
||||||
- `./scripts/ansible.sh`
|
|
||||||
|
|
Loading…
Reference in a new issue