Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
remove mention of staging in workflow docs (#1080)
Browse files Browse the repository at this point in the history
the staging environment no longer exists
  • Loading branch information
asottile-sentry authored Nov 11, 2023
1 parent b24a602 commit 267a3f7
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/docs/workflow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,7 @@ You may also be interested in <Link to="/sentry-vs-getsentry/">sentry vs. getsen

## Testing Sentry commits in Getsentry

**If you need to deploy to a staging environment**: use
`./bin/bump-sentry <sha>` to update the committed version. Note that this will
likely create a merge conflict so you'll want to merge just before updating:

```bash
git pull origin HEAD --rebase
./bin/bump-sentry deadbeef
git push origin HEAD -f
```

**If you only need to validate CI**: When you create a PR add `requires <PR link>`
When you create a PR add `requires <PR link>`
to the body of it. The `getsentry/action-get-dependent-pr` github action will
pick up this value and update the sentry revision during CI. This is meant as
a temporary measure to quickly validate a change -- one should commit backward
Expand Down

1 comment on commit 267a3f7

@vercel
Copy link

@vercel vercel bot commented on 267a3f7 Nov 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

develop – ./

develop-git-master.sentry.dev
develop.sentry.dev

Please sign in to comment.