Python: Steps to deploy to Stackhero
This documentation is part of the Deploy to production guide. View the full guide here: How to deploy your Python code to production in minutes.
👋 Welcome to the Stackhero documentation!
Stackhero provides a ready-to-use Python cloud solution designed to streamline your deployment process:
- Deploy your application to production in seconds with a simple
git push.- Use your own domain name, with automatic HTTPS certificate configuration for secure connections handled for you.
- Rely on automatic backups, one-click updates, and predictable pricing, so you can focus on your code, not infrastructure management.
- Benefit from strong performance and security on a private, dedicated infrastructure. Your environment is isolated and protected.
Save time and simplify your workflow: you can have your code running with Stackhero's Python cloud hosting in just 5 minutes.
Deploying your Python application to Stackhero is designed to be simple and seamless. Here is how you can do it:
- Create a Python service on Stackhero.
- Add your SSH public key to your Python service configuration.
- Configure the
git pushcommand on your development platform. - Add a Makefile to your project.
- Deploy your code to production.
If you encounter any issues during deployment, you will likely find answers in the "Troubleshooting" documentation. Checking there first can help you avoid unnecessary frustration.