Site editing environments and releases evolution
environment
) of the site, as well as the different publications
(releases
) made. Each editing environment offers a unique space for multiple
users to make changes and send those changes to production (to the official site
address).
Staging
is the default
environment and starts without any changes. This is indicated in the top right
corner, in the environment selector. The name staging, without an associated
number and in green, indicates that the current environment does not differ from
the production environment.
publish
option. There,
it will be possible to check the changes made, as well as publish them to the
production address. Note that each environment can make changes independently.
Before publishing a change, or whenever necessary, the user will perform a
Rebase
.
The rebase
process translates into incorporating the current state of the
production environment into the own environment. Keep in mind the following
usage tips about environments:
staging
and matheus
. The following actions were performed:
staging
environment.matheus
environment. At this point, both
environments diverge from each other and differ from the production
environment.staging
and production environments are the same.matheus
environment, a user performs a rebase. This way, the
matheus
environment incorporates the changes that were made from staging,
but keeps the existing change.matheus
environment. At this point,
the matheus
environment and production have the same state.staging
performs a rebase, ensuring that all environments are in
the same state.Staging
é o ambiente padrão e inicia sem alterações. Isto é indicado no
canto superior direito, no seletor de ambientes. O nome staging, sem um número
associado e na cor verde, indica que o ambiente atual não difere do ambiente em
produção.
Releases
contém o histórico de todas as versões publicadas do seu site e
permite que você restaure para versões anteriores, se necessário.
Revert
.