Skip to content

Commit

Permalink
Issue #6: Deploy built p2 site to GitHub pages hosted site
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Sep 15, 2017
1 parent 6c8a7eb commit 4ee464c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,15 @@ cache:
directories:
- $HOME/.m2
- .mvn

deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
local_dir: eclipse-external-annotations-m2e-plugin.site/target/repository
repo: https://github.com/lastnpe/eclipse-external-annotations-m2e-plugin-p2-site.git
target_branch: master
on:
# branch: master
# TODO Remove temporary for testing only: Deploy not just master but all branches
all_branches: true

0 comments on commit 4ee464c

Please sign in to comment.