Skip to content

Commit

Permalink
Updates release credentials to deploy release files to Github (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentrosenbaum authored Sep 9, 2019
1 parent 2b572bd commit c5d7ed7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ after_success:
deploy:
provider: releases
api_key:
secure: EsWoKlNS5eg2MLngjpBidh9oNaXdcMYNYBGxPy6kkZycqXnUWriR/ecdee5E1yJiq3xFORfrw9LN40IqjXJTJNx5pfQiwsH4rAn5/uqTcJOnz1oMBK+UrVtGSyQO8Pc09aEhp4VNwtaIZp5CWCWrlB9aiK1sEc7zGF2+zE8GWfTCg37I8QNv72nLlg674WJBYRJKNRz0anJxCqyUhDfZMlTzZHBc49zk6/mJtI9eCcvorT7SVeIeaQl56DUPsyYqIMwI8WI8PTvWIQ1LQRAp/IE5e/Ix1BLCLEni9sEuA0FaGzWBlWbdt/LBO2Ura5v0i/6fLg8xm6u8j5XN3pPUdPUgsmY2cOzN5TOKlJdz9SNZiJVjv+Czps/GC50Yq8tJaZK51vOMbNhnHVXfAr8OFVXZfjN9LW4HpRl/h+7/1A2j4zNVJXdnac4wY+/mIkBqi6KTn1anBXvAdGOxbtL8LlR33haI/1Ky29+pmqckStrvhr2Ji2sxv02KDd8V1QsDIAKfuWTf1kbfK4RpxwFDp7eKSvePqm3ML9L8yvoO/hd3YJsvnIk9Tn9vlgyZBkBUP68l14Wa1Lkb0+PlUKjIi9sRPPjmIhO0CJQ0J0Ra5OJFUo5/cj2NP5TxTgcdzR3HVvpL2XlAAnR55uPsqYtm0wOcpVVPvkH0Frw6JbjUHOw=
secure: nmky4Q4ayz8l4+rvlVAzU0Q+ixeQZZxXOPTj3fJiGx5/AX29qSLfPqV6NVB8qAzu5j7W7mjb7LWB5Tt0qyLAmHXd7N5XCLh+8ecpTvdzBqnJ/M67wV/j89Yq3pNCEYmhyu2NRGovz1cCifGTIG51aCJg2vZjdVpeqGC1WUKHk6lewO9f6hx21q05it8q+1KvFIFPMEKajtfm+nx8xkh9LdrDZTjh+r8E9Orqr9L64Ij3HUv5lWcxZ/5L83rO60dSQukPuAs+ex5ELK9+Am6T3aSyRUckBx1U91tB8dXF5hy9TSxyLgZZAaMiZORfEgKM5tNIiXhDhbf3Jt2wnm0vCHWjyxRilmfxQLXvDumn5mogr3piGKNdooufcHxT6zm5n/74JfhGf4kk1zOQ4Mk2xltnQxy0T18GfoshiCCLr7o3io+PR3RqAx6HwwpHKwj3UWujK+HbBmhSrNfjzvIK42BGLorwdPVKNXb89ZU30RP13XxfyH1W9O70e81VEeQ8WaEyprsmjtbuiKMk+uv5WxUY6fNCfxq2ozFH3oVgcgeAIsB99Ka/8u1DQ2c1flhRXwUW+RuZlOkvp8mwMZAVl7xbdYF0n6rsYAcZZpnnQoKj1s8LcfR9a+aXvTcQtpz6vY4D1GJOHEWyMp6WiBA3XdKAtqX3tGOLW95D45gdoxw=
file_glob: true
file:
- $TARGET-*
skip_cleanup: true
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.7.1 (unreleased)
* [PR-21](https://github.com/opencredo/terrahelp/pull/21) Updates Travis deploy credentials for Github releases (resolved [#20](https://github.com/opencredo/terrahelp/issues/20))

## 0.7.0
* [PR-19](https://github.com/opencredo/terrahelp/pull/19) Build against Go 1.13 and manages dependencies through GO Modules (resolved [#18](https://github.com/opencredo/terrahelp/issues/18))
* [PR-19](https://github.com/opencredo/terrahelp/pull/19) Builds against Vault API v1.0.4 (resolves [#16](https://github.com/opencredo/terrahelp/issues/16))
Expand Down

0 comments on commit c5d7ed7

Please sign in to comment.