Skip to content

Commit 576d581

Browse files
authored
Update publish.sh
1 parent 73e10a7 commit 576d581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

screwdriver/scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ chmod 0700 screwdriver/deploy
88

99
# Decrypt
1010
openssl aes-256-cbc -pbkdf2 -pass pass:$GPG_ENCPHRASE_2 -in screwdriver/secring.gpg.enc -out screwdriver/deploy/secring-private.asc -d
11-
openssl aes-256-cbc -pbkdf2 -pass pass:$GPG_ENCPHRASE_2 -in screwdriver/keys/pubring.gpg.enc -out screwdriver/deploy/pubring-public.asc -d
11+
openssl aes-256-cbc -pbkdf2 -pass pass:$GPG_ENCPHRASE_2 -in screwdriver/pubring.gpg.enc -out screwdriver/deploy/pubring-public.asc -d
1212

1313
# Import keys into gpg-agent
1414
gpg --batch --yes --import screwdriver/deploy/pubring-public.asc

0 commit comments

Comments
 (0)