An open API service indexing awesome lists of open source software.

https://github.com/clevercloud/zig-with-mise-example

Deploy a Zig app on Clever Cloud, using Mise and Linux runtime
https://github.com/clevercloud/zig-with-mise-example

clevercloud-example mise-en-place zig

Last synced: 11 months ago
JSON representation

Deploy a Zig app on Clever Cloud, using Mise and Linux runtime

Awesome Lists containing this project

README

          

# Deploy a Zig application on Clever Cloud

`Linux` runtime with Mise helps to deploy anything in a simple way on Clever Cloud. This example shows how to build a simple [Zig](https://ziglang.org/) Server on `8080` port, using [Clever Tools](https://github.com/CleverCloud/clever-tools/).

## Clone this repository and deploy (as easy as 1-2-3)

```bash
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](mise.toml) file.