Linux
runtime with Mise helps to deploy anything in a simple way on Clever Cloud. This example shows how to build a simple Zig Server on 8080
port, using Clever Tools.
git clone https://github.com/CleverCloud/zig-with-mise-example
cd zig-with-mise-example
clever create -t linux
clever deploy
You don't need to configure anything, as Build and Run scripts are set up through the mise.toml file.