https://github.com/louisguitton/lhci-heroku
Heroku-based LighHouse CI Server
https://github.com/louisguitton/lhci-heroku
lighthouse
Last synced: 1 day ago
JSON representation
Heroku-based LighHouse CI Server
- Host: GitHub
- URL: https://github.com/louisguitton/lhci-heroku
- Owner: louisguitton
- Created: 2021-05-24T10:59:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T11:08:58.000Z (over 4 years ago)
- Last Synced: 2025-03-29T08:27:32.405Z (6 months ago)
- Topics: lighthouse
- Language: JavaScript
- Homepage: http://lhci.guitton.co/
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# lhci-heroku
> Heroku-based LHCI Server - louisguitton-lhci.heroku.com
Ref: https://github.com/GoogleChrome/lighthouse-ci/blob/main/docs/recipes/heroku-server/README.md
## updating LHCI
```sh
# Update LHCI
npm install --save @lhci/server@latest
# Create a commit with your update
git add package.json && git commit -m 'update LHCI'
# Deploy your update to heroku
git push heroku main
```