[Beta] Where are the Publish and Unpublish buttons?

I don’t understand.

Here is how I understand the old version:

  • In the classic editor apps have a master branch and each commit has 2 buttons publish and unpublish
  • The publish button deletes the published branch if it exists and creates a new one on the selected commit
  • The unpublish button only deletes the published branch
  • The published version of the app runs either on the published branch of it exists, otherwise on the master

I understand how to accomplish the same with the new management of branches and environments, but I’m asking where the old one-click solution is.

In most cases the old development / production model with 1 optional published branch, managed by two buttons, works just fine.

Have we lost that?