What goes in the ZIP
A build is a ZIP file containing your server binary and asimpl-server.sh startup script. Simpl wraps the contents in a container and stores it in a private registry.
simpl-server.sh
simpl-server.sh must be executable and must start your server process. Simpl passes match context through environment variables:
Uploading
From the dashboard: click Upload build, select your ZIP, and give it a name. From the API: request a presigned upload URL, then upload directly to it.Build statuses
Version tags
The build name you give it becomes itsversion_tag. Reference this tag when booting a server directly or when configuring a queue.