Update README commands

This commit is contained in:
Jake Howard 2020-02-22 23:50:40 +00:00
parent 98bbf12f2d
commit caf63c299f
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 4 additions and 6 deletions

View File

@ -10,7 +10,8 @@
## Installation
`./scripts/setup.sh`
- `./scripts/ansible/setup.sh`
- `cd terraform/ && ./scripts/terraform/terraform.sh init`
### Private Settings
@ -22,8 +23,5 @@ Terraform backend secrets need to be placed in `terraform/secrets.sh`.
## Deploying
`./scripts/deploy.sh`
Alternatively, each component can be deployed separately:
- `./scripts/ansible.sh`
- `./scripts/ansible/deploy.sh`
- `./scripts/terraform/terraform.sh apply`