feat: add kitchen and glitchtip wiring
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-05-10 12:03:12 -05:00
parent 4d9077d586
commit 26dd91947f
49 changed files with 470 additions and 53 deletions
+17 -1
View File
@@ -9,7 +9,23 @@ steps:
commands:
- npm ci
- npm run test
- npm run build
- PUBLIC_GLITCHTIP_RELEASE=$CI_PIPELINE_NUMBER npm run build
- name: upload-sourcemaps
image: rust:1
environment:
SENTRY_URL:
from_secret: glitchtip_url
SENTRY_AUTH_TOKEN:
from_secret: glitchtip_auth_token
SENTRY_ORG:
from_secret: glitchtip_org
SENTRY_PROJECT:
from_secret: glitchtip_project
commands:
- cargo install --locked --git https://gitlab.com/glitchtip/glitchtip-cli.git
- glitchtip-cli sourcemaps inject ./dist
- glitchtip-cli sourcemaps upload ./dist --release "$CI_PIPELINE_NUMBER"
- name: deploy
image: node:22