sparckles / Robyn

Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
https://robyn.tech/
BSD 2-Clause "Simplified" License
4.28k stars 221 forks source link

robyn --deploy #869

Closed sansyrox closed 2 months ago

sansyrox commented 3 months ago

This new feature would enable users to deploy their source code directly to a server. The deployment process would be configured through a robyn.yaml file, specifying crucial deployment details.

Key aspects of the proposed feature include:

Configuration via robyn.yaml: This file would contain the server's destination details, primarily the IP address of the Virtual Private Server (VPS).

Deployment to Different Destinations:

The proposal underscores the need for a flexible deployment solution that accommodates both traditional VPS hosting environments and modern containerized applications. This feature would significantly streamline the deployment process for Robyn users, making it easier to manage deployments across different environments.

Nightmerp commented 3 months ago

I'm working on this!

sansyrox commented 2 months ago

moved to a different repo.