this repo has no description
1interval: "10m"
2ageKeyPath: "keys/key.txt"
3statePath: ".nox-state.json"
4defaultRepo: git@github.com:ShorkBytes/nox-secrets.git
5secrets:
6 - encrypted: "secrets/prod.env.age"
7 output: "secrets/prod.env"
8
9apps:
10 debug:
11 branch: main
12 files:
13 - path: debug/debug.age
14 output: ./secrets/.env
15
16 debug2:
17 branch: main
18 repo: git@github.com:ShorkBytes/nox-secrets.git
19 files:
20 - path: debug/debug.age
21 output: ./secrets/debug2.env