🔧(sops) add secrets

Add secrets to the repository using sops.
This commit is contained in:
Anthony LC
2024-04-05 11:40:23 +02:00
committed by Anthony LC
parent 007a9ae4f4
commit 6b567a0f69
5 changed files with 95 additions and 95 deletions

3
bin/updatekeys.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
find . -name "*.enc.*" -exec sops updatekeys -y {} \;