Skip to content

Your First Deploy

Deploy an app to Wokku in under 5 minutes.

The fastest way to get started — deploy a pre-configured app with one click.

  1. Go to Templates in the sidebar
  2. Browse or search for an app (e.g., Ghost, Uptime Kuma, n8n)
  3. Click Deploy
  4. Select your server and give the app a name
  5. Click Deploy — Wokku handles the rest

Connect a repo and deploy automatically on every push.

  1. Go to Apps → New App
  2. Click Connect GitHub
  3. Select your repository and branch
  4. Click Create — Wokku builds and deploys your app
  5. Future pushes to that branch auto-deploy

Push directly to your Dokku server.

After creating an app, copy the git remote URL from the app’s overview page:

Terminal window
git remote add dokku dokku@your-server:my-app
git push dokku main