You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a good way to disable automatic deploys, for example in this case:
I commit x, it fails in prod
Someone commits y
I commit a revert of x, z
We don't want to even try to deploy y. Ideally the first thing we do here is to deploy x - 1, halt deploys, and then manually trigger a deploy for z once that's ready.
The text was updated successfully, but these errors were encountered:
We need a good way to disable automatic deploys, for example in this case:
x
, it fails in prody
x
,z
We don't want to even try to deploy
y
. Ideally the first thing we do here is to deployx - 1
, halt deploys, and then manually trigger a deploy forz
once that's ready.The text was updated successfully, but these errors were encountered: