chore(wpcarro/diogenes): Update README to consume deploy-diogenes

Fixing stale documentation

Change-Id: I607dc69377a4db6f9a4a35e39793486c20a8cb4c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4786
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
This commit is contained in:
William Carroll 2022-01-03 15:00:26 -08:00 committed by clbot
parent f9e3ff80af
commit 9ea66aee06

View file

@ -6,12 +6,8 @@ https://wpcarro.dev.
## Deployment
I manage diogenes's deployment with Terraform. My current workflow looks like
this (highly subject to change):
this:
```shell
cd /tmp/terraform # or any directory that hosts terraform state
outpath=$(nix-build /depot -A users.wpcarro.nixos.diogenes)
cp <out-path> .
nix-shell -p terraform google-cloud-sdk # gcloud to authenticate if necessary
terraform init/apply
deploy-diogenes
```