Skip to content

Commit 2d2d117

Browse files
fix sentry-cli login command
1 parent 7e2eb79 commit 2d2d117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ RUN yarn workspace @sourcebot/backend build
134134
RUN if [ -n "$SENTRY_SMUAT" ] && [ -n "$SENTRY_ORG" ] && [ -n "$SENTRY_BACKEND_PROJECT" ] && [ -n "$NEXT_PUBLIC_SOURCEBOT_VERSION" ]; then \
135135
apk add --no-cache curl; \
136136
curl -sL https://sentry.io/get-cli/ | sh; \
137-
sentry-cli auth --token $SENTRY_SMUAT; \
137+
sentry-cli login --auth-token $SENTRY_SMUAT; \
138138
sentry-cli sourcemaps inject --org $SENTRY_ORG --project $SENTRY_BACKEND_PROJECT --release $NEXT_PUBLIC_SOURCEBOT_VERSION ./packages/backend/dist; \
139139
sentry-cli sourcemaps upload --org $SENTRY_ORG --project $SENTRY_BACKEND_PROJECT ./packages/backend/dist; \
140140
fi

0 commit comments

Comments
 (0)