Deploy Button
Add a "Deploy to RailPush" button to your GitHub README so anyone can deploy your project with one click.
Badge preview
Markdown
[](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 oruser/reposhorthand.branch-- Branch to deploy (default:main)name-- Pre-fill the service name
Try it: railpush.com/deploy -- or use the built-in badge generator.