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 echo Env variable GPG_PASSWORD must be defined
exit 1 exit 1
fi fi
for file in gcp-key.json keystore.jks gradle.properties env; do gpg \
gpg \ --quiet \
--quiet \ --batch \
--batch \ --yes \
--yes \ --decrypt \
--decrypt \ --passphrase="$GPG_PASSWORD" \
--passphrase="$GPG_PASSWORD" \ --output secret.tar.gz \
--output $file \ secret
$file.gpg tar -xzf secret.tar.gz
done 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.