Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ stages: - deploy include: - .gitlab/ci/sentry.yml - component: sc07.dev/sc07/ci/wiki@main inputs: wiki_token: $CI_TOKEN Loading .gitlab/ci/deploy.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ variables: REGISTRY: registry.sc07.dev IMAGE_NAME: sc07/canvas:edge publish: build: stage: build tags: - red Loading .gitlab/ci/sentry.yml 0 → 100644 +8 −0 Original line number Diff line number Diff line sentry server deploy: stage: deploy interruptible: true before_script: - cd packages/server - npm run build script: - npm -w packages/server run sentry Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ stages: - deploy include: - .gitlab/ci/sentry.yml - component: sc07.dev/sc07/ci/wiki@main inputs: wiki_token: $CI_TOKEN Loading
.gitlab/ci/deploy.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ variables: REGISTRY: registry.sc07.dev IMAGE_NAME: sc07/canvas:edge publish: build: stage: build tags: - red Loading
.gitlab/ci/sentry.yml 0 → 100644 +8 −0 Original line number Diff line number Diff line sentry server deploy: stage: deploy interruptible: true before_script: - cd packages/server - npm run build script: - npm -w packages/server run sentry