Skip to main content

Environments Support with Turbine

· One min read
@anna-cross

We are excited to announce that Turbine applications can now be deployed in private environments.

We've added support for creating applications in environments. Our users can ensure that their applications are now running on their private environment and comply with their security requirements. To start using turbine with environments, you will first need to set up a private environment by following these steps

Once your environment is ready, you need to create resource in the environment:

meroxa resource create resource_name --type db_type --url "" --env env_name

Now, you should be ready to deploy an application in your private environment:

meroxa app deploy --env env_name

For any questions or comments: