Deploy applications directly from GitHub
Open Dashboard
Start Creation
Choose Service Type
Type | Description |
---|---|
Server | Long-running service that handles HTTP/HTTPS traffic |
Worker | Long-running service for background processing |
Job | Short-lived task that runs to completion |
Terraform | Infrastructure as code service for managing cloud resources |
Chart | Custom Kubernetes workloads via Helm charts |
Select Repository
Configure Build
main
)For Terraform services, you can optionally specify a path to the directory containing your Terraform configuration if it’s not in the repository root.Create
Setup GitHub Actions (Optional)
Navigate to Environment
Create Installation
Configure Installation
Deploy
package.json
for Node.js, requirements.txt
for Python)PORT
environment variable (if a server)