What are Blueprints and do I need one?
Blueprints Blueprints are a structured layer encapsulating Infrastructure as Code (IaC), providing templates that detail a Project's configuration. They specify the Source, Target, Inputs, and actions required for deploying a Project via Zeet. Teams can use Zeet's Blueprints to streamline their deployment workflow and iterate exponentially faster. Zeet offers an array of official Blueprints OOB, including but not limited to, Blueprints for Helm Charts, Terraform Modules, Serverless ApplicatiPopularHow do I deploy my Flask/ Django project?
Looking to deploy your Python project using Zeet? Great, you can easily deploy your Flask/ Django project to your preferred cloud provider in seconds using Zeet. Here's everything you need to know about deploying your Flask or Django Project. 1. Connecting a Cloud Provider Zeet helps you deploy your projects to the cloud in just a few clicks, full with production-grade infrastructure, CI/ CD, and the ability to scale your projects. To use Zeet, you first need to connect a cloud account. HeSome readersHow can I deploy my GitHub repo?
Got a project that you are working on that you want to deploy? Here's a step-by-step guide on deploying your GitHub repo to the cloud using Zeet! 1. Connect a Cloud Provider Zeet helps you deploy your projects to the cloud in just a few clicks, full with production-grade infrastructure, CI/ CD, and the ability to scale your projects. To use Zeet, you first need to connect a cloud account. 2. Select a Blueprint Blueprints are templates that define how to and where to deploy your projects.Some readersCan I deploy a Database using Zeet?
Yes, you can deploy a Database using Zeet! Zeet has out-of-the box support for plenty of Databases, including PostgreSQL, MySQL, Redis, Mongo, and Weaviate. These Databases are enabled through Zeet's Blueprint and can be deployed to your Kubernetes Cluster or AWS RDS (select Databases). You can find all of these Blueprints in the Database category in the New Project menu. Database Category (https://storage.crisp.chat/users/helpdesk/website/eb29ddfc16c288Few readersHow can I delete my Project?
Deleting Projects You can delete a Project by navigating to the Danger Zone tab of your project settings. Here you will be presented with two options regarding deleting your project: 1. Delete Project and remove from cloud (Delete) This will stop all branches of your project and spin down any resources associated with this project. We will then delete the project from the Zeet database. 2. Remove Project from Zeet Database (Unlink) This will keep all resources associated with yoFew readers