Skip to content

Commit

Permalink
deploy steps
Browse files Browse the repository at this point in the history
  • Loading branch information
brewster1134 committed Oct 27, 2016
1 parent a9b00f0 commit 4dfb117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deploy:
gemspec: sourcerer.gemspec
skip_cleanup: true
api_key:
secure: guXzjSL1dN/gEYTCHMGofh9jA55Yzx9Um+TkoXidUTR8O84kAoL1sgd6zWOxmJuJFZnXadcQpNW3hts7Ab2oJBBad9w4XaGPh136c+NwRukNqbPxKfpHePMFQLkFnRFW3mc0b+zDSK4iMAbxUO3SUlGG4PuHr7sbu78F4cNokN4=
secure: G+N9t4WbGO3WAbEhX/LpmpS5tCv+56CgV5X56D5fw1J1AhBW0TX6gbg0bvF7XVGmsIx1pq6/tbADB569RSRqUUA4lPA505zQBrU6gmKQJ+9rQ1dHqPvNVuLKxKGGpkZZyH4XLTtmI8hCFM7J9iuYD4MXD9bzYwx35fR5qe8JLqk=
on:
branch: master
repo: brewster1134/sourcerer
Expand Down
2 changes: 2 additions & 0 deletions DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* run `bundle update`
* commit changes `git add -A; git commit -m "0.0.0.pre"`
* add tag `git tag -a 0.0.0.pre`
* add version to tag message `0.0.0.pre`
* push commit and tags `git push --follow-tags`
* check travis logs `https://travis-ci.org/brewster1134/sourcerer` for successful build & deploy
* check github `https://github.com/brewster1134/sourcerer/releases` for new release with downloadable gem asset
* check rubygems `https://rubygems.org/gems/sourcerer_` for new version

0 comments on commit 4dfb117

Please sign in to comment.