Client Area

GitHub Auto-Deploy

1 min read6 Apr 20264 views

In this article

  • 1Setup
  • 2How It Works
  • 3Manual Deploy

GitHub Auto-Deploy

Connect your GitHub repository to automatically deploy on every push.

Setup

  1. Go to Services > PaaS > Your App > GitHub
  2. Enter repository URL
  3. Select branch (default: main)
  4. Enable Deploy on Push
  5. Click Connect

How It Works

Push to configured branch → webhook → code pulled → built → deployed → notification sent.

Manual Deploy

Trigger deploy manually from the GitHub tab by clicking Deploy Now.

Was this article helpful?

Your feedback helps us improve our documentation

Still need help? Submit a support ticket