From 52ebdf2d1bf13e4c89568f04e1bc181d2fe5a065 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Fri, 24 Oct 2025 18:09:57 +0000 Subject: [PATCH] add git-crypt setup instructions [ci skip] --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0e8cfa18..1d3a3840 100644 --- a/README.md +++ b/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: 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