Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: kill ssh-agent after deploy (#1204)
  • Loading branch information
popomore committed Jul 17, 2017
1 parent 05f4785 commit 410633b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/doc_travis.sh
Expand Up @@ -23,3 +23,7 @@ eval `ssh-agent -s`
ssh-add deploy_key

npm run doc-deploy
echo 'Done.'

# kill ssh-agent
ssh-agent -k

0 comments on commit 410633b

Please sign in to comment.