📄️ Deploy Your First Container
Deploying your first container on Inteleto is quick and seamless. Follow these steps to set up your deployment and get your application running in minutes.
📄️ Accessing Your Application
Once your application is deployed, it will be publicly accessible through an HTTPS endpoint.
📄️ Using a Custom Domain
By default, your application is accessible via a generated Inteleto domain (.deploy.inteleto.com). However, you can configure your own domain and serve your application under a custom URL with automatic SSL.
📄️ Environment variables
Environment variables are key-value pairs that allow you to configure your application dynamically without modifying code. In Inteleto, environment variables are securely managed and can be accessed within your deployed containers.
📄️ Container type and replicas
This guide explains the available options for scaling your application to meet your performance needs. We offer two primary methods to scale your application:
📄️ Deploying code changes
When you push new code changes to your production branch (typically main or master), Inteleto automatically detects these changes and initiates a new deployment. The platform will pull your latest code, build a fresh Docker image, and deploy the updated containers.
📄️ Debug a failed deployment
When deploying your application on Inteleto, you might encounter issues that prevent it from running successfully. This guide will help you diagnose and fix common deployment failures by checking logs and troubleshooting Docker image build errors.