Zip upload
Deploy without Git by uploading a project archive from your computer.
- Open New Deployment → Zip.
- Choose a
.zipfile (maximum 100MB). - Set display name, monorepo path if needed, build/start commands, and env vars.
- Deploy. Renboot uploads the archive, then queues the deployment.
Tips
- Zip the project root so
package.json(or equivalent) is near the top of the archive, or set build root to the correct folder. - Exclude
node_modulesand large build artifacts when possible to stay under the size limit. - For ongoing work, switch to GitHub so you do not re-upload manually each time.
Upload errors
If the upload fails, check your connection and file size, then try again. Contact support if the error persists after a successful upload.