Client Area

Getting Started with App Platform (PaaS)

1 min read6 Apr 20266 views

In this article

  • 1Quick Start
  • 21. Create an App
  • 32. Add Git Remote
  • 43. Deploy
  • 5What Happens During Deploy

Getting Started with App Platform

Deploy your web applications with a simple git push. Our App Platform supports Node.js, Python, PHP, Go, Ruby, Java, Rust, .NET, and any Docker container.

Quick Start

1. Create an App

Go to Services > PaaS and click New App.

2. Add Git Remote

bash
git remote add dokku [email protected]:your-app-name

3. Deploy

bash
git push dokku main

Your app builds and deploys automatically in under 60 seconds.

What Happens During Deploy

  1. Code received by build system
  2. Language auto-detected
  3. Dependencies installed
  4. App built and started
  5. Health check verified
  6. Traffic routed (zero-downtime)

Was this article helpful?

Your feedback helps us improve our documentation

Still need help? Submit a support ticket