Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
654ba5abf9
|
@ -15,6 +15,8 @@ DEPLOYMENT_DIR=$PWD/deployment
|
||||
|
||||
pushd $DEPLOYMENT_DIR > /dev/null
|
||||
SECRETS_FILE=`mktemp`
|
||||
pwd
|
||||
id
|
||||
gpg --decrypt --passphrase $GPG_PASSPHRASE --yes --batch --output $SECRETS_FILE secrets.asc
|
||||
. $SECRETS_FILE
|
||||
rm $SECRETS_FILE
|
||||
|
Reference in New Issue
Block a user