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:
parent
fdac450a05
commit
d43f8ca719
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -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: >
|
||||
|
|
|
|||
Loading…
Reference in a new issue