From d43f8ca7193ee47be84ff673b6e5d73cd1252e28 Mon Sep 17 00:00:00 2001 From: Istvan Matejcsok <119620946+matejcsok-ee@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:34:53 +0200 Subject: [PATCH] deploy: Plausible analytics on editor.pcbjam.com (own site) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Claude-Session: https://claude.ai/code/session_014dasZuqo6FStgT3rkC85im --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d308a32..027e8d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: >