Deploying

Congratulations the time has come to take your project to production and for your convenience there are several ways to achieve this from quite tenic options to other easier strategies.

It should be noted that for the application to function correctly, the execution must be kept alive, which means that a server running the application code must be maintained. Therefore, it is not recommended to use serverless services.


Easy

Railway

Railway provides infrastructure primitives with sane defaults to manage secrets, builds, and deploys. So you can start quickly and focus on your product.

Using this service, you won't have to worry about anything as it is capable of automatically reading the different packages necessary for your application to function correctly, in addition to providing you with a subdomain with HTTPS security.

Start a new project


Medium

Docker

Dockerizing the application is the best option if you are looking for a more personalized and scalable solution. It is also important to note that today most cloud providers support Docker containers and offer automated deployment processes. Bot templates come with a default Dockerfile for basic operation. Keep in mind that depending on other libraries you use, this file may need to be adapted for proper functioning.

List of bots


Hard

VPS

Should you be considering the deployment of your bot onto a private server (VPS), our comprehensive guide is tailored specifically for Ubuntu server environments. This meticulously crafted, step-by-step manual not only provides detailed instructions but also offers insightful guidance on the critical factors to consider throughout the deployment process. By following this guide, you can navigate the intricacies of VPS deployment with confidence, ensuring a smooth and successful integration of your bot into your desired hosting environment.

Run on Ubuntu VPS