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:
parent
f9e3ff80af
commit
9ea66aee06
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue