Skip to content

Commit 8ba75fc

Browse files
Adds new keys encrypted
1 parent 95835ed commit 8ba75fc

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22

33
function decipherKeys {
4-
echo $KEYS_PASSPHRASE | gpg --passphrase-fd 0 keys.tar.gpg
5-
tar xfv keys.tar
4+
echo $KEYS_PASSPHRASE | gpg --passphrase-fd 0 keys.tar.gz.gpg
5+
tar xfv keys.tar.gz
66
}
77

88
function publish {

keys.tar.gpg

-1.96 KB
Binary file not shown.

keys.tar.gz.gpg

3.31 KB
Binary file not shown.

0 commit comments

Comments
 (0)