Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit e5478cd

Browse files
committed
Minor fix on the deploy script
1 parent 5e6e633 commit e5478cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ tar xvf .travis/secrets.tar -C .travis
55

66
# Setup SSH agent:
77
eval "$(ssh-agent -s)" #start the ssh agent
8-
chmod 600 .travis/phar_private.key
9-
ssh-add .travis/phar_private.key
8+
chmod 600 .travis/deploy_private.key
9+
ssh-add .travis/deploy_private.key
1010

1111
# Setup git defaults:
1212
git config --global user.email "castarco@gmail.com"

0 commit comments

Comments
 (0)