stack/README.md

16 lines
337 B
Markdown
Raw Normal View History

2023-01-27 01:28:41 +00:00
# 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.
2023-01-28 03:08:56 +00:00
## Dependencies
2023-04-05 14:01:50 +00:00
* Docker
* GNU Make
2023-01-28 03:08:56 +00:00
## Usage
```shell
$ sops exec-env secrets/production.enc.env $(getent passwd $UID | cut -d: -f7)
2023-04-05 18:38:11 +00:00
$ make
2023-01-28 03:08:56 +00:00
```