remove unneeded scripts

This commit is contained in:
2024-06-19 15:30:17 +10:00
parent 5df774a1d1
commit 0e5520c36a
2 changed files with 0 additions and 22 deletions

View File

@@ -1,12 +0,0 @@
#!/usr/bin/bash
set -e
filePath=$1
AGE_PUB_KEY"age1d47q8mlty404pxx378q49hr93aqexca4mkeqtdm00w4gjd09xd0qhxcdcz"
sops --age=$AGE_PUB_KEY --encrypt --encrypted-regex '^(data|stringData)$' --in-place $filePath
echo "File encrypted: $filePath."
git add $filePath
git commit -am "Encrypt file $filePath by Age."

View File

@@ -1,10 +0,0 @@
#!/usr/bin/bash
set -e
filePath=$1
sops --encrypt --in-place $filePath
echo "File encrypted: $filePath."
git add $filePath
git commit -am "Encrypt file $filePath by GPG."