Skip to content

Commit

Permalink
Add deploy section to publish PDF as a release file on new tags
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi authored and happi committed Apr 9, 2017
1 parent a9ed744 commit 938f58f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,13 @@ after_error:

after_failure:
- docker logs thebeambook

deploy:
provider: releases
api_key:
secure: [secure-key-goes-here]
file: beam-book.pdf
skip_cleanup: true
on:
repo: happi/theBeamBook
tags: true

0 comments on commit 938f58f

Please sign in to comment.