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
- Host: GitHub
- URL: https://github.com/clevercloud/zig-with-mise-example
- Owner: CleverCloud
- Created: 2025-07-04T11:11:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-04T11:13:29.000Z (12 months ago)
- Last Synced: 2025-07-27T13:02:07.273Z (11 months ago)
- Topics: clevercloud-example, mise-en-place, zig
- Language: Zig
- Homepage: https://www.clever-cloud.com/developers/doc/applications/linux/
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.