Skip to content

Commit

Permalink
set ssh_id
Browse files Browse the repository at this point in the history
  • Loading branch information
RLesur committed Oct 24, 2020
1 parent 8319823 commit 42c72bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ after_success:
- Rscript -e 'covr::codecov()'
deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github()'
script: Rscript -e 'pkgdown::deploy_site_github(ssh_id = Sys.getenv("TRAVIS_DEPLOY_KEY"))'
skip_cleanup: true

0 comments on commit 42c72bb

Please sign in to comment.