From d008b759c13a3c2f18228f920c90f05884876e7a Mon Sep 17 00:00:00 2001 From: Firq Date: Sun, 9 Jul 2023 00:11:15 +0200 Subject: [PATCH] Finalization --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42eb73e..b838571 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,7 +95,6 @@ unlighthouse: - main - tags before_script: - - apt-get update && apt-get -y install --no-install-recommends chromium-sandbox - npm install @unlighthouse/cli puppeteer - mkdir unlighthouse-reports script: @@ -125,7 +124,7 @@ unlighthouse-publish: - rsync -az --stats unlighthouse-reports/* $DEPLOY_USER@$DEPLOY_HOST:~/unlighthouse - echo "Restarting screen session" - ssh $DEPLOY_USER@$DEPLOY_HOST "find unlighthouse -maxdepth 1 -printf '%p\n'; screen -S unlighthouse -dm npx serve unlighthouse/ -p 9101 -c serve.json" - - echo "Website is up on https://firq.dev/" + - echo "Unlighthouse results are up!" success_notification: stage: post_deploy