Skip to content

Commit

Permalink
feat: setup zerops guide
Browse files Browse the repository at this point in the history
  • Loading branch information
nermalcat69 committed May 26, 2024
1 parent 1925236 commit 34219c1
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export const SIDEBAR: Sidebar = {
{ text: "Vercel", link: "en/deployment/vercel" },
{ text: "Netlify", link: "en/deployment/netlify" },
{ text: "Docker", link: "en/deployment/docker" },
{ text: "Zerops", link: "en/deployment/zerops" },
],
},
es: {
Expand Down
38 changes: 38 additions & 0 deletions www/src/pages/en/deployment/zerops.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: Zerops
description: Deploying to Zerops
layout: ../../../layouts/docs.astro
lang: en
isMdx: true
---

import Callout from "../../../components/docs/callout.tsx";

Zerops is a bare metal cloud platform as a service (Paas) with a developer-first approach. See
[`Nermalcat69/T3-Zerops`](https://github.com/nermalcat69/t3-zerops/) for an example repo based on
this doc.

## Why Host on Zerops

There are a lot of pros and cons when choosing a deployment provider, but Zerops has many advantages,
such as being one of the cheapest options in the market. However, you won't get a free tier like with
Vercel. While Vercel offers more features, the difference may not be significant for many use cases.

Deploying on Zerops is a good move because it is economically viable, considering it's a bare metal
infrastructure, and gives you more control similar. Additionally, Zerops provides one
of the cheapest PostgreSQL databases in the market. If you're looking for a free tier you can consider
Vercel, Cloudflare Pages, or Deno Deploy.
Each project is deployed with dedicated, robut and fully managed infrastructure on zerops

<Callout type="info">
Each project on Zerops is deployed with dedicated, robust, and fully managed
infrastructure, ensuring optimal performance and reliability, along with
unlimited build time.
</Callout>

## Ways to Deploy

There are two ways to deploy a project on zerops

- Zcli (Command Line Interface)
- Zerops Gui -> Import Yaml & Git Integration

0 comments on commit 34219c1

Please sign in to comment.