One-click deployment
Add a Deploy to Flux button
Let users deploy your GitHub, GitLab, or Bitbucket repository through Orbit directly from its README. The link opens the deployment wizard with your chosen settings already filled in.
Button generator
A repository URL is required. Branch, project path, and plan are optional and use the repository default or Orbit default when omitted.
Generated deployment URL
https://runonflux.com/apps/orbit?repo=https://github.com/RunOnFlux/deploy-with-git-samples&branch=master&projectPath=express&plan=standardAdd it to your README
Copy either snippet, paste it into your README, and commit the change. Explicitly including the repository URL makes the button reliable wherever the README is displayed.
Markdown
[](https://runonflux.com/apps/orbit?repo=https://github.com/RunOnFlux/deploy-with-git-samples&branch=master&projectPath=express&plan=standard)HTML
<a href="https://runonflux.com/apps/orbit?repo=https://github.com/RunOnFlux/deploy-with-git-samples&branch=master&projectPath=express&plan=standard"><img src="https://runonflux.com/apps/orbit/deploytoflux.png" alt="Deploy to Flux" /></a>Supported parameters
repo- Full HTTPS repository URL.
branch- Branch to deploy.
projectPath- App directory for a monorepo.
plan- One of starter, standard or pro. Older buttons that say free open Starter; custom sizes are set from the dashboard after the deploy.