Reorganize .secret
This commit is contained in:
parent
b2df70c059
commit
27f625873d
@ -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
|
||||
|
||||
BIN
.secret/env.gpg
BIN
.secret/env.gpg
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Đ©kű
ÚS"g¤?d……<E280A6>Ö =:M»áľ0nö¸|żIeŤ»/Ŕ°–h}Řu ö [Dyšă>Ü<>ęěv„`iŃU4§ĐŮŕÍ»NŞ5MÍpÎ<70><C38E>î_$
|
||||
Binary file not shown.
BIN
.secret/secret
Normal file
BIN
.secret/secret
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user