Managing Your Environment
Each environment has a dropdown menu (indicated by the ellipsis) that allows you to manage it:
Edit: Modify the environment settings, such as its name, stage, domains, and credentials. You can lock the environment to prevent changes (usually for the production environment) and turn on the development tools (usually for the development environment).
Lock Environment: Prevent any changes to this environment by locking it.
Development Tools: Enable this option to view development tools such as app and model data on the site page.
Deploy: Move the current version of your app to the selected stage (Development, Staging, Production).
Rollback: Revert to a previous version of the environment if needed.
By utilizing these options, you can effectively manage and maintain the different stages of your app's lifecycle, ensuring a smooth development and deployment process.
Last updated