Environments Support with Turbine
· One min read
warning
This is a legacy platform changelog. The information reflected here may not represent current functionality and some links may be broken.
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:
- You can reach us directly at [email protected].
- Join our Discord community.
- Follow us on Twitter.