From 9f5fcaf2fbef94b84fa8995546e5e8ac5ff40241 Mon Sep 17 00:00:00 2001 From: Firq Date: Wed, 10 May 2023 22:28:15 +0200 Subject: [PATCH] Removed unlighthouse, needs more testing --- .gitlab-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb8a7ce..fff4b11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: