src/content/docs/en/guides/deploy/cleavr.mdx
import { Steps } from '@astrojs/starlight/components';
You can deploy your Astro project to your own Virtual Private Server (VPS) using Cleavr, a server and app deployment management tool.
:::tip Check out the Astro guide in Cleavr's docs! :::
To get started, you will need:
Select Add Site and fill in the details for your application, such as domain name.
For App Type, select 'NodeJS Static' or 'NodeJS SSR' according to how you are setting up your Astro app.
For Static apps, set Artifact Folder to dist.
For SSR apps:
entry.mjs.dist/server.Select Add to add the site to your server.
</Steps>Select the VC Profile, Repo, and Branch for your Astro Project.
Make any additional configurations necessary for your project.
Click on the Deployments tab and then click on Deploy.
</Steps>Congratulations, you've just deployed your Astro app!