add git-crypt setup instructions [ci skip]
This commit is contained in:
parent
7d8ef68e36
commit
52ebdf2d1b
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -6,3 +6,13 @@ My infrastructure is built using Terraform, Kubernetes and CI/CD is done using D
|
||||||
|
|
||||||
Read more by visiting my website:
|
Read more by visiting my website:
|
||||||
https://viktorbarzin.me
|
https://viktorbarzin.me
|
||||||
|
|
||||||
|
# git-crypt setup
|
||||||
|
|
||||||
|
To decrypt the secrets, you need to setup [git-crypt](https://github.com/AGWA/git-crypt).
|
||||||
|
|
||||||
|
1. Install [git-crypt](https://github.com/AGWA/git-crypt).
|
||||||
|
2. Setup gpg keys on the machine
|
||||||
|
3. `git-crypt unlock`
|
||||||
|
|
||||||
|
This will unlock the secrets and will lock them on commit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue