stack/README.md

16 lines
337 B
Markdown

# Distrust Infrastructure
For the purpose of transparency, we include our infrastructure configuration right out in the open to encourage those we work with, and otherwise to do the same.
## Dependencies
* Docker
* GNU Make
## Usage
```shell
$ sops exec-env secrets/production.enc.env $(getent passwd $UID | cut -d: -f7)
$ make
```