Guide for deploying Flask applications written in Python.
Supported Python Versions
On the dashboard, click or ⌘ + K
to open the deployment modal and select the Python template. Then choose a GitHub repository from the dropdown or input a Git repository URL in the Git URL tab.
Apply the following settings to ensure your service runs seamlessly.
Basic Settings
5000
(default)gunicorn -b 0.0.0.0:5000 app:app
(default)More Options
Deploy