See Changes and Publish
Let’s take a look at the changes we made in this environment. Click the dropdown menu and then select the staging option. You will see this page, showing what was changed compared to the site in production. In our case, we added a new page with a few sections on it. This difference is displayed via JSON, which represents the site’s state in a structured way.
Rebasing Your Changes
When publishing with multiple environments, you may need to merge your changes with those made in other environments. For example, if you are editing your site in your new environment,maria
, while a teammate is editing in the staging
environment, and your teammate publishes their changes, you will need to rebase
your environment to incorporate the new changes now in production.
In this scenario, instead of seeing the “Publish now” button on the Releases
page, you will see a “Rebase” button, as shown below.
