Quick Start
Get your first app running in under 5 minutes.
Launch a virtual machine
- Go to Compute → Virtual Machines → Create VM
- Choose an OS image, plan, and region
- Attach your SSH key
- Click Create VM
Connect using the Rumpty CLI once it's ready:
rumpty ssh <vm-name> --ws <workspace-id>Deploy from GitHub
- Go to Deployments → New Deployment
- Choose GitHub as the source
- Authorise the platform to access your GitHub account
- Select your repository and branch
- Configure build settings (or let us auto-detect them)
- Click Deploy
Future pushes to your selected branch will trigger deployments automatically.
Deploy a packaged project
- Go to Deployments → New Deployment → Manual Upload
- Upload your package or provide a Docker image URL
- Set any environment variables
- Click Deploy