Moving from cPanel? Your whole site imports in one clickMoving from cPanel? One-click import
Templates

Deploy to Orizon button

Drop a button in your README, docs, or website. One click clones your repo into Orizon, detects the stack, and ships it live.

Live preview

This is the real button. Click it to open the deploy flow with the repo pre-filled — the visitor just reviews and presses Deploy.

Deploy to Orizon

How it works

The button links to https://dashboard.orizon.ng/new?repo=<git-url>. Orizon opens the create flow with that Git URL pre-filled and the stack auto-detected. Add &branch=<branch> to target a non-default branch. No account? Sign-in happens first, then the deploy continues.

Markdown (GitHub README)

shell
[![Deploy to Orizon](https://orzn.io/deploy-button.svg)](https://dashboard.orizon.ng/new?repo=https://github.com/your-org/your-repo)

HTML

shell
<a href="https://dashboard.orizon.ng/new?repo=https://github.com/your-org/your-repo">
  <img src="https://orzn.io/deploy-button.svg" alt="Deploy to Orizon" height="40">
</a>

Plain link

Skip the badge and link straight to the pre-filled flow:

shell
https://dashboard.orizon.ng/new?repo=https://github.com/your-org/your-repo

Replace https://github.com/your-org/your-repowith your repository's URL (GitHub, GitLab, Bitbucket, or any public .git URL). The badge is hosted at https://orzn.io/deploy-button.svg.