Removed unlighthouse, needs more testing

This commit is contained in:
Firq 2023-05-10 22:28:15 +02:00
parent 7e49aab3ba
commit 9f5fcaf2fb
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -69,21 +69,6 @@ deploy-site:
- ssh $DEPLOY_USER@$DEPLOY_HOST "find maintenance public -maxdepth 1 -printf '%p\n'; screen -S website-firq-npx -dm npx serve public/ -p 9000 -c serve.json"
- echo "Website is up on https://firq.dev/"
benchmark-page:
stage: post_deploy
image: node:lts
when: on_success
only:
- main
before_script:
- npm install -g @unlighthouse/cli puppeteer
script:
- unlighthouse-ci --site https://firq.dev/ --budget 90 --debug --build-static
artifacts:
paths:
- .unlighthouse
expire_in: 1 week
success_notification:
stage: post_deploy
before_script: