feat: use main domain for production runs

This commit is contained in:
Bart van der Braak 2023-11-20 11:49:07 +01:00
parent 052a2e404d
commit 8b4c6a87e0

View file

@ -75,7 +75,7 @@ jobs:
- name: Run Unlighthouse
run: |
unlighthouse-ci \
--site "${{ steps.vercel_preview_url.outputs.preview_url }}" \
--site "${{ github.ref == 'refs/heads/main' && 'https://hellob.art' || steps.vercel_preview_url.outputs.preview_url }}" \
--reporter jsonExpanded \
--build-static