Move scripts to justfile

This commit is contained in:
Jake Howard
2023-06-18 17:13:31 +01:00
parent 983c3adca1
commit decfbf65c9
11 changed files with 58 additions and 68 deletions

View File

@ -5,11 +5,12 @@
- Python 3
- Locally configured SSH config (ideally deployed through [dotfiles](https://github.com/realorangeone/dotfiles))
- `ansible` installed on the system
- [`just`](https://github.com/casey/just)
## Installation
- `./scripts/ansible/setup.sh`
- `cd terraform/ && ./scripts/terraform/terraform.sh init`
- `just setup`
- `just terraform init`
### Private Settings
@ -21,5 +22,5 @@ Terraform backend secrets need to be placed in `terraform/secrets.sh`.
## Deploying
- `./scripts/ansible/deploy.sh`
- `./scripts/terraform/terraform.sh apply`
- `just ansible-deploy`
- `juts terraform apply`