feat(world): expand Halfstreet content slices
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-05-12 14:48:19 -05:00
parent 26dd91947f
commit cc98aa180b
48 changed files with 951 additions and 139 deletions
+1 -17
View File
@@ -9,23 +9,7 @@ steps:
commands:
- npm ci
- npm run test
- 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"
- npm run build
- name: deploy
image: node:22