mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-28 07:51:20 +00:00
Merge pull request #209 from bartvdbraak/bartvdbraak-patch-1
fix: use correct values for domain and project
This commit is contained in:
commit
c0ca551679
1 changed files with 3 additions and 3 deletions
6
.github/workflows/unlighthouse.yaml
vendored
6
.github/workflows/unlighthouse.yaml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
COMMENT_ID: unlighthouse-node${{matrix.node-version}}
|
COMMENT_ID: unlighthouse-node${{matrix.node-version}}
|
||||||
PORT: 8000
|
PORT: 8000
|
||||||
CLOUDFLARE_PROJECT: hellobart-unlighthouse
|
CLOUDFLARE_PROJECT: omnidash-unlighthouse
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [20]
|
node-version: [20]
|
||||||
|
@ -75,7 +75,7 @@ jobs:
|
||||||
- name: Run Unlighthouse
|
- name: Run Unlighthouse
|
||||||
run: |
|
run: |
|
||||||
unlighthouse-ci \
|
unlighthouse-ci \
|
||||||
--site "${{ github.ref == 'refs/heads/main' && 'https://hellob.art' || steps.vercel_preview_url.outputs.preview_url }}" \
|
--site "${{ github.ref == 'refs/heads/main' && 'https://omnidash.io' || steps.vercel_preview_url.outputs.preview_url }}" \
|
||||||
--reporter jsonExpanded \
|
--reporter jsonExpanded \
|
||||||
--build-static
|
--build-static
|
||||||
|
|
||||||
|
@ -145,7 +145,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
auth: ${{ secrets.GIST_SECRET }}
|
auth: ${{ secrets.GIST_SECRET }}
|
||||||
gistID: 795a3d6af5b0db5754cf7279898c3c16
|
gistID: 795a3d6af5b0db5754cf7279898c3c16
|
||||||
filename: hellob.art-unlighthouse.json
|
filename: omnidash.io-unlighthouse.json
|
||||||
namedLogo: Lighthouse
|
namedLogo: Lighthouse
|
||||||
label: lighthouse
|
label: lighthouse
|
||||||
message: ${{ steps.create_result_content.outputs.score }}
|
message: ${{ steps.create_result_content.outputs.score }}
|
||||||
|
|
Loading…
Reference in a new issue