Cloud platform integration #1065
Labels
flag-profit
Can generate profit for ReactPy
priority-2-moderate
Should be resolved on a reasonable timeline.
type-ci
About change and updates to the Continuous Integration
type-feature
About new capabilities
Current Situation
We have no convenient way of integrating with cloud platforms.
Proposed Actions
We should consider providing auto-configuring ReactPy as a paid cloud service. To oversimplify the design:
cwd_dir
: Thecwd
directory for us tocd
into before executing commands.application_path
: The dotted path tomy.asgi:application
, which is directly provided to an ASGI webserver we auto-configure.site_api_key
: Unique key that tells us what user account (and site tied to the user) is being publishedapp_name
: Name of the app. The user will be able to view their published apps within an admin portal, and see resources/cost for each app. If a user attempts to deploy an app with the same name as an existing one, we will overwrite the existing app.The text was updated successfully, but these errors were encountered: