Vanilla app
Guide for deploying generic Python applications.
Prerequisites
Ensure the Python version specified in your project configuration files (e.g., requirements.txt) matches the version selected during deployment. A mismatch may cause build and runtime errors.
Select Template and Repository
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.
For Django projects, ensure to set ALLOWED_HOSTS
and CSRF_TRUSTED_ORIGINS
appropriately in settings.py
for proper page loading.
Deployment Settings
Apply the following settings to ensure your service runs seamlessly.
Set Resources and Deploy
-
Resource Type: Select between On-demand or Spot instance types
-
CPU: Maximum vCPU resource for the service. Minimum vCPU means 0.1 vCPU
-
Memory: Maximum memory size your service can use
-
Replica: Number of service replicas for high availability and load balancing
-
Deploy: Click
Deploy
Once deployment is complete, you can access the web page via the preview domain or send requests using an API tool.