Reorganize .secret

This commit is contained in:
2020-01-02 15:59:59 -06:00
parent b2df70c059
commit 27f625873d
6 changed files with 10 additions and 11 deletions

View File

@@ -4,13 +4,13 @@ if [ -z "$GPG_PASSWORD" ]; then
echo Env variable GPG_PASSWORD must be defined
exit 1
fi
for file in gcp-key.json keystore.jks gradle.properties env; do
gpg \
--quiet \
--batch \
--yes \
--decrypt \
--passphrase="$GPG_PASSWORD" \
--output $file \
$file.gpg
done
gpg \
--quiet \
--batch \
--yes \
--decrypt \
--passphrase="$GPG_PASSWORD" \
--output secret.tar.gz \
secret
tar -xzf secret.tar.gz
rm secret.tar.gz

Binary file not shown.

Binary file not shown.

View File

@@ -1 +0,0 @@
<EFBFBD>

Binary file not shown.

BIN
.secret/secret Normal file

Binary file not shown.