Silencing alerts is no longer necessary during a deploy (release script instructions) (#19968)

As discussed in
[`#element-backend-internal:matrix.org`](https://matrix.to/#/!SGNQGPGUwtcPBUotTL:matrix.org/$29ZzRe7gg62UZmT0bgeseMs320Kb-Ub6DyaQE20-3ng?via=jki.re&via=element.io&via=matrix.org)

Our assumptions on why this was done previously: in the olden days you'd
get paged doing the redeploy even if everything was actually fine
(probably before we started doing rolling restarts?)
This commit is contained in:
Eric Eastwood
2026-07-15 11:45:52 -05:00
committed by GitHub
parent 30088f38c0
commit 4679ed4b06
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -806,7 +806,6 @@ def full(gh_token: str) -> None:
_prepare()
click.echo("Deploy to matrix.org and ensure that it hasn't fallen over.")
click.echo("Remember to silence the alerts to prevent alert spam.")
click.confirm("Deployed?", abort=True)
click.echo("\n*** tag ***")