Skip to content

Commit

Permalink
Fix deploy in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
majusko committed Nov 9, 2019
1 parent 754a4d3 commit e27782e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ script:
deploy:
provider: releases
api_key:
secure: Mef8otNBMl1IAdGyyp78UFJO6O++5HIWu8Q9gzd3a02HpV2Q8bEbgXSTXMB15ZyD4TMHv+B7sw+94XfJyUkqAHoyNJJcJIFL4v0L9wVdKgJm+gnOWlFR4ZFybOLqSpvpoQFj8W9Cdz2eF+P0LUyVcz0qLhYbe1m/IM+OVaaQMBBTZea7xIiHp+Qd2h5+eenqaYBnsrAMHGtv92KTswr3kw3wU2k4Dvh6Bd1GZVW75R+NTP7LMRuaEbVfgnYE07EsBqjBDoSXWQ4w+S/SPEJyDtHESBNd57RyW+zZaLDd5kWrhH+dI5My4m20znZoMIhbEiqdbQgy7EU5YFThDFgmx4qMqVEUI9cKBJAtsE4pTsOtNNjeBeQ+/AH/OQG4Nfp9yJVVgKjUnR9QORpdAFwKbbK4Xx5hVG0VVB2xDKqw5HH1MTVc9KkCtnOO5RQlJ9BCeHB9jXtvD4cdGyZAib9HbSEadpzd8MJFnpFlaErOuWvs+zOOPgr8pmNDnu/NP82V+hbgbRpBHxotgatVy+G6pEMLD4rQ8HykIHZEcYb3BcASZ4PUkig7yW+7DPzFwnmSJLlgE5H4C9mYQmy2vhyl5IXgHN4Gqnlwqt46KKuUiExI1qEjS0eUNYW7g0unhiELAvUDnwwt4d2N03d9R1eCYCWJgdUgOAIfpeRKW3GkR+4=
secure: a3JGKTHoS4Da81nCMlHHlYB1gQtrE3ZzMT2px9Zs2IaKp9pi5eyDkQxd/6wlF6a7hF1KZhp/KbQWJBts0WybU/tdDqOLbskcdaxozX3LsoXQKBCURaLc0e5rxcVqFld0W0us24ax2R6MwR+25wtpiyghSPJ+RzOQB/EsZIav/b0y3BvnKTIp6pZ7+ppBPRyUo4x2F1KJcDUgzUFky3QRghhsKpXtUPB5L6qQM2WUt357ZH6Lb1jeKlEAtCySLoq1EJ1kCbs5D6XT3qOfUMW2ADUcVpPPzVlAphhuazaCePFN73sS4PofihO+yzgHqqahRZxhTG/T7xmsBYdXDNZOW2ffdYYvVwTHGyENWtu4ehYF747J9oEQJ2/AxsMhUET/F3QZmZgu4HQ7ed46tvPeqK+c0NAZtS9YC3De/Ocdr53eDDVuf9VZhMXoieagwmq+9iOtTGvqHo5i+nO6kbJteAf5IXVYHqcpwH5veZ0TFnufWPYlNlKvrh/e8xuBQ8lBcEvnJOR/RbdjqVtDAOwO4bWNlZ3NM7KVUl9CjeMF48+X6S+KxFF740lEwkFQoKSmtMO6OQZM4ZJRBXEpTz5ZxLNSZhonZhvM+xdB8YHRj09CV3J4rMm5sg/T12ib8Mic43nIAuJHj2KYaak5MARfkbqwVN69X7cMIS3ttcdx280=
file: target/grpc-apm-spring-boot-starter-$project_version.jar
on:
repo: majusko/grpc-apm-spring-boot-starter
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Extending great [LogNet gRPC Spring Boot Starter library](https://github.com/Log

## Quick Start

Simple start consist only from 3 simple steps.
Quick start consist only from 2 simple steps.

(If you never used [gRPC library](https://github.com/LogNet/grpc-spring-boot-starter) before, have a look on this [basic setup](https://github.com/LogNet/grpc-spring-boot-starter#4-show-case) first.)

Expand Down

0 comments on commit e27782e

Please sign in to comment.