Skip to content

Commit

Permalink
update deploy readme
Browse files Browse the repository at this point in the history
  • Loading branch information
boukadam committed Dec 13, 2024
1 parent fb3e104 commit c8ab877
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deploy/README.md
Original file line number Diff line number Diff line change
@@ -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: "<public_key_part>"
```
to encrypt file, use the following command:
```bash
Expand Down

0 comments on commit c8ab877

Please sign in to comment.