Removed unlighthouse, needs more testing
This commit is contained in:
parent
7e49aab3ba
commit
9f5fcaf2fb
1 changed files with 0 additions and 15 deletions
|
@ -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"
|
- 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/"
|
- 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:
|
success_notification:
|
||||||
stage: post_deploy
|
stage: post_deploy
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue