deploy: Plausible analytics on editor.pcbjam.com (own site)

build-editor.mjs already threads --plausible → VITE_PLAUSIBLE_DOMAIN; the
deploy-editor job now passes editor.pcbjam.com so the backed editor tracks
as its own Plausible site (separate from the demo's vars.PLAUSIBLE_DOMAIN).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014dasZuqo6FStgT3rkC85im
This commit is contained in:
Istvan Matejcsok 2026-07-08 15:34:53 +02:00
commit d43f8ca719

View file

@ -165,10 +165,13 @@ jobs:
- name: Install standalone workspace
run: pnpm --dir web install --frozen-lockfile
# --plausible: the editor tracks as its OWN Plausible site (separate
# dashboard from the demo's vars.PLAUSIBLE_DOMAIN and the mgmt app's).
- name: Build editor (remote mode)
run: >
node scripts/deploy/build-editor.mjs --tag "$RELEASE_TAG"
--cdn "$CDN" --api-base "$EDITOR_API_BASE"
--plausible "editor.pcbjam.com"
- name: Ensure Pages project exists
run: >