Skip to content

Commit

Permalink
Auto-deploy to rubygems on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Larraz committed Feb 15, 2016
1 parent 7af7c07 commit 1f87012
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ gemfile:
- 'gemfiles/sidekiq_2.gemfile'
- 'gemfiles/sidekiq_3.gemfile'
- 'gemfiles/sidekiq_4.gemfile'

deploy:
provider: rubygems
api_key:
secure: "VX48kpd9UySMWSDMwjxaNZy14RW1usU7eFLGNeohjCzxUsCywn+mS5/IZHl56vDXWJp7JwnboDiIa74hGV86PcSEM7kr+DAZO33iCazMNTpoWDiH1iJfj0jZbO2rOvx0rGI9fGYcC9xfyKQ37hVb13Eo0bnKa0YX30HArnx7EFo="
on:
tags: true
all_branches: true

0 comments on commit 1f87012

Please sign in to comment.