From c8ab87707a7ee9971753676f87c5dfab61f20155 Mon Sep 17 00:00:00 2001 From: Mohammed BOUKADA Date: Fri, 13 Dec 2024 19:20:40 +0100 Subject: [PATCH] update deploy readme --- deploy/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deploy/README.md b/deploy/README.md index f4c58a4..2c4c7c1 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -1,3 +1,14 @@ +Start by generating an age key: +```bash +age-keygen -o age-key.txt +``` + +Create `.sops.yaml` file in the root of the project with the following content: +```yaml +creation_rules: + - age: "" +``` + to encrypt file, use the following command: ```bash