Deployment guides
App hosting deployment guides.
Deploy from GitHub, bring a public OCI image, and add a PostgreSQL database from the same project flow.
GitHub, container, and PostgreSQL guides.
Follow the project flow, understand each choice, and finish with a concrete way to verify the result.
GitHub deployment
Deploy an app from GitHub with Railpack
Connect a GitHub repository, choose a branch and region, and let Railpack build the app into a deployable image.
Read the guidePrebuilt image deployment
Deploy a public OCI image
Build locally or in your own CI, publish a Linux amd64 OCI image, and deploy it to a Host Little web service.
Read the guidePostgreSQL guide
Add a PostgreSQL database to an app
Add PostgreSQL database hosting to a Host Little app, use its protected connection variables, and connect with owner-only TLS access.
Read the guideWhat the guides cover
App hosting setup from source to database.
- Connect GitHub and let Railpack build the app.
- Deploy a Linux amd64 public OCI image you built elsewhere.
- Add PostgreSQL hosting and use its protected connection variables.
- Use health checks, logs, and resource usage to verify a release.
Ready when your source is ready
Deploy your first app.
During the card-required trial, deploy from GitHub with Railpack or bring a public OCI image. Add a PostgreSQL database when the app needs state.
- Month-to-month billing
- Commercial use from $5
- 30-day money-back guarantee
No projects yet
Connect a GitHub repository. Choose the production branch. Each push starts a deployment.