Create environments
You can create new environments in one of two ways:- Push a local branch through Git or a source integration.
- Branch existing environments using the CLI or the Console.
Default environment
Your default environment comes from your default branch and is a production environment. Your project must have a default environment, but you can name it as you want. This environment is your live site. You might want to give it a custom domain name.Environment status
Your environments can have one of three statuses:- Active: A deployed environment with services and data.
- Inactive: An environment that isn’t deployed and has no services or data, only code.
- Paused: An environment that hasn’t been redeployed in 14 days or longer.
- In the Console
- Using the CLI
When you open your project, inactive environments appear lighter in the environment list.
You also can’t select them from the Environment dropdown menu.To check the status of an environment,
you can also open it and view its information panel.