Skip to content

Commit

Permalink
ssh to GitHub fails
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 22, 2016
1 parent 13dd119 commit e1b22aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doc_dir=docs

if [ "$DEPLOY_PAGES" ] && [ "$TRAVIS_OS_NAME" == "linux" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "production" ]; then
R -q -e "travis::deploy(tasks = c('travis::task_install_ssh_keys()'))"
ssh git@github.com
ssh git@github.com || true

# Query name and e-mail of current author
# https://gist.github.com/l15n/3103708
Expand Down

0 comments on commit e1b22aa

Please sign in to comment.