1
0
Fork 0
Commit Graph

7 Commits

Author SHA1 Message Date
Lance Vick 1a9e368399
add sops binary target 2023-05-05 12:09:21 -07:00
RyanSquared 6ed53333da
move to sops for managing credentials
This must be done outside of a Makefile environment due to how it
affects the programs that run inside `make`. `sops exec-env` will
decrypt a file and export the values as environment variables for the
program specified, which in this case is the user's shell.

This commit also includes a `.sops.yaml` file with the three PGP keys
from the Makefile and regenerates the DigitalOcean PAT.
2023-05-05 00:53:31 -04:00
Lance Vick cb2d550904
update usage 2023-04-05 11:38:11 -07:00
Lance Vick 304e294603
reflect new make flow 2023-04-05 07:01:50 -07:00
Shane Engelman 66bf6fbaaa
Update README
- Add updated instructions for new file/folder structure
2023-01-30 13:15:33 -06:00
Shane Engelman df0dfbbe84
Add first-working plan 2023-01-27 21:08:56 -06:00
Shane Engelman 1e83b29ca8
Initial commit 2023-01-26 19:30:26 -06:00