Reorganize .secret

pull/541/head
Alinson S. Xavier 6 years ago
parent b2df70c059
commit 27f625873d

@ -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 $file \ --output secret.tar.gz \
$file.gpg secret
done tar -xzf secret.tar.gz
rm secret.tar.gz

Binary file not shown.

Binary file not shown.

@ -1 +0,0 @@
Ś  j”cw_U‰čŇ®|H™ń5¨<¤ _UĆdČ5W\#‡ąŚ„Żô+ w/Üń¨,ČĆ:"qűDÂÖt˝pÍŕ†6(±ezŞ+D|˙Ý^RŹ9QĘt‰“UěwĐ©ÚS"g¤ ?d……<E280A6>Ö =:M»áľ0nö¸|żIeŤ»/Ŕ°–h}Řu ö [Dyšă>Ü<>ęěv„`iŃU4§ĐŮŕ­Í»NŞ5MÍpÎ<70><C38E>î_$

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save