Release /
Manage CI/CD
Toggling the deploy latest setting on a deployment service in a pipeline will switch between deploying a specific build or linking to a branch or pull request.
If deploy latest is enabled, the deployment service will use a successful build from the most recent commit to the linked branch or pull request.
If deploy latest is disabled, the deployment service will use the specific build deployed to it, or the last build automatically deployed when deploy latest was disabled.
If CI is enabled on the linked build service and deploy latest is enabled on the deployment service, this means your deployment will always use the latest successfully-built commit to the linked repository, or specified branches/pull requests.
Expose a deployment's port
Configure ports and security for your deployments.
View logs and metrics
View detailed, real-time logs and metrics from builds, deployments, and more.
Configure health checks
Monitor the uptime and success of your deployed services and builds to ensure your code runs correctly and is always available.
Inject secrets
Set build arguments and inject runtime variables into running deployments.