Skip to content

Commit 997fb44

Browse files
committed
Fix naming of deploy key
1 parent ac5fda7 commit 997fb44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/stashcp2/tests/build_docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
44

55
openssl aes-256-cbc -K $encrypted_e92dfea3fdc7_key -iv $encrypted_e92dfea3fdc7_iv -in deploy-key.enc -out deploy-key -d
6-
chmod 600 deploy_key
6+
chmod 600 deploy-key
77
eval `ssh-agent -s`
8-
ssh-add deploy_key
8+
ssh-add deploy-key
99
git config user.name "Automatic Publish"
1010
git config user.email "djw8605@gmail.com"
1111
git remote add gh-token "git@github.com:opensciencegrid/StashCache.git"

0 commit comments

Comments
 (0)