Environments

Access the Environments page under the Project -> Settings.

The New Environment button will open the environment page creation. Only accessible for Admins and the Owner of the project.

List of environments with actions:

  • Delete an environment - this action might be disabled if it is the main environment or the environment is set as a Live Environment.

  • Change environment branch - this action allows changing which branch is used for environment deployments. Note it it must be identical to the branch name on GitHub.

  • Badges:

    • The branch badge contains information about the branch that the environment is linked to. It is also a link to that branch on GitHub.

    • The region badge identifies which region the environment belongs to.

    • The main instance badge indicates the main instance in the project.

    • A discoverable badge indicates if the environment can be discovered by Search Engine Bots. Learn more here.

Create an environment

On the New Environment page, the Admins and the Owner of the project can create a new environment by selecting the instance prefix, region, and Magento mode.

  • Instance prefix - a prefix that will be appended to the instance namespace.

  • Region - a region your instance will be hosted in. Currently, available regions are:

    • Europe Ireland

    • Europe Stockholm

    • USA Ohio

    • Canada Central

  • Magento mode - allows to set up Magento in "production" or "default" mode. Refer to the official Magento documentation to learn more.

Last updated