Skip to main content

Deploy Button

Add a "Deploy to RailPush" button to your GitHub README so anyone can deploy your project with one click.

Badge preview

Deploy to RailPush

Markdown

[![Deploy to RailPush](https://railpush.com/api/v1/badge/deploy.svg)](https://railpush.com/deploy?repo=github.com/your-user/your-repo)

HTML

<a href="https://railpush.com/deploy?repo=github.com/your-user/your-repo">
<img src="https://railpush.com/api/v1/badge/deploy.svg" alt="Deploy to RailPush" />
</a>

URL parameters

  • repo -- GitHub repository URL (required). Full URL or user/repo shorthand.
  • branch -- Branch to deploy (default: main)
  • name -- Pre-fill the service name

Try it: railpush.com/deploy -- or use the built-in badge generator.