Python: Steps to deploy to Stackhero

This documentation is part of the Deploy to production guide. You can view the complete guide here: How to deploy your Python code to production in just a few minutes.

👋 Welcome to the Stackhero documentation!

Stackhero offers a ready-to-use Python cloud solution designed to simplify your deployments:

  • Deploy your application to production within seconds using a simple git push.
  • Use your own domain name, with automatic HTTPS certificate setup for secure connections managed on your behalf.
  • Take advantage of automatic backups, one-click updates, and predictable pricing, so you can focus on your code rather than infrastructure management.
  • Benefit from high performance and security on a private, dedicated infrastructure. Your environment is isolated and protected.

Save time and streamline your workflow: your code can be up and 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’s how to proceed:

  1. Create a Python service on Stackhero.
  2. Add your SSH public key to your Python service configuration.
  3. Configure the git push command on your development platform.
  4. Add a Makefile to your project.
  5. 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 save you a lot of frustration.