Skip to content

Commit

Permalink
Disable travis deploys (#559)
Browse files Browse the repository at this point in the history
* remove travis deploy configuration

* update readme to remove references to travis deploys
  • Loading branch information
cwjohnston committed Jul 10, 2018
1 parent 2b910fb commit da59d1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,3 @@ before_install:
- export PATH="$TRAVIS_BUILD_DIR/bin:$PATH"

cache: yarn

deploy:
provider: heroku
app: sensu-docs-site
api_key:
secure: lkbs3btmm5PAgSeZ0gl0cUykzf9umFLD/r0SnHEEpKvxm90tXaZBhMXaLr/i6kl3sIFjJacaJnF6TdVXcRJWuXKRxF8d0xdzLRpvsW4lety4yKeVtB+NZ69NT1WRCWFYM+UhFzBoeXQXQzatrn7snckjzRx+PUYpY8OCDo9law3DQIea90A+0P9gFM4DblO649BMW4pMVoGyKsr2k91f5RoM+biNALXIUqh5NvDdszwfdXvOmsqcrCIM0cEwfglAIHJhsY6rGz7T4I4Hsu556k5wBocU6dJAM2ziACn5gj+T74upldi95KTHYdUN1aXBM1ea1iidwDiUrGBX1XLw9gMPIR1iIkLLyh+o2UFOdic1pBTYK3RThcNvQiiMcfwoSImu4TmgQ1dM67lW+luLj0A6TbCBCCuow5HYYdazXGxYRth3UPVSVEgBS0ADQyu9kNhmPkBqBf8lPiaWN6o1xD5Nto99U0P5jcpo7MvsTFiw12Mrfid+x+cocPOFCI9KEfrnsTcXcyQh3t8oZDmdZGySxuY9gEFkHttz8U5ie86eGVm2s17jw/NOFNiBoPpuLfwksUXQJa8IouPM0GUbMac4gKQHDc97hVKp8rRM0kymUL574qxluIOtdFOO4oOxJgXSP1+Afm371ZgIdjuyrmdON1+zA4jOGm3UHEhYjII=
on:
branch: master
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ This project uses the [hugo-material-docs](https://github.com/digitalcraftsman/h
This is the same as any other project. Follow GitHub's instructions if you're unsure. No additional steps are needed.

### Deploying to Heroku
This project uses [Travis CI Deployment support for Heroku](https://docs.travis-ci.com/user/deployment/heroku/) to automatically deploy the site once changes are merged to `master`. For additional details on Heroku configuration and deployment, see [our wiki page](https://github.com/sensu/sensu-docs/wiki/Heroku-Configuration-and-Publishing).
Any time changes are merged to `master` branch, this project is automatically deployed to https://docs.sensu.io using Heroku's own Github integration. For additional details on Heroku configuration and deployment, see [our wiki page](https://github.com/sensu/sensu-docs/wiki/Heroku-Configuration-and-Publishing).

0 comments on commit da59d1a

Please sign in to comment.