Deploy Now
GitHub Repo
View Example
Overview
The following guide is designed to help you deploy an example app on Aptible. During this process, Aptible will launch containers to run a Python app with a web server, a background worker, a Managed PostgreSQL Database, and a Redis instance.
Deploy App
Prerequisite: Ensure you have Git installed.
Add an SSH key
If you have not done so already, you will be prompted to set up an SSH key.Environment Setup
Select your stack to deploy your resources. This will determine what region your resources are deployed to. Then, name the environment your resources will be grouped into.Fill environment variables and deploy
Aptible will automatically fill this template’s app configuration, services, and required databases. This includes: a web server, a background worker, a Managed PostgreSQL Database, and a Redis instance. All you have to do is fill the complete the environment variables save and deploy the code!Aptible will show you the logs in live time: 
Expose your app to the internet
Now that your code is deployed, it’s time to expose your app to the internet. Select the service that needs an endpoint, and Aptible will automatically provision a managed endpoint.Continue your journey
Deploy custom code
Read our guide for deploying custom code on Aptible.



Select Deploy Demo App for deployment, and follow command-line instructions.