Skip to content
Snippets Groups Projects
Commit d45f6dc5 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Create Sentry release from CI

parent 2e5aaa49
No related branches found
No related tags found
1 merge request!714Create Sentry release from CI
......@@ -138,3 +138,23 @@ backend-static-deploy:
script:
- ci/static-deploy.sh
sentry-release:
image: getsentry/sentry-cli
stage: deploy
rules:
- if: '$CI_COMMIT_TAG'
when: on_success
- when: never
variables:
RELEASE: "arkindex-backend@$CI_COMMIT_TAG"
SENTRY_ORG: teklia
SENTRY_PROJECT: arkindex-backend
dependencies:
- backend-build
script:
- sentry-cli releases new --finalize $RELEASE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment