From 66254cf0b3738f412535d14c062401ea54aee1ea Mon Sep 17 00:00:00 2001 From: Arnaud Jeannin Date: Tue, 27 Apr 2021 11:06:08 +0200 Subject: [PATCH] docs(v2): Add Qovery to deployment doc (#4496) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Support Qovery as a deployment option * chore: Add .qovery.yml file to deploy app with Qovery 🚀 * refacto: rm backported doc and yaml * refacto: rm backported docs * revert file deletion * prettier Co-authored-by: Qovery Co-authored-by: slorber Co-authored-by: Sébastien Lorber --- website/docs/deployment.mdx | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/website/docs/deployment.mdx b/website/docs/deployment.mdx index d9e6bec3ae..c4187cdc16 100644 --- a/website/docs/deployment.mdx +++ b/website/docs/deployment.mdx @@ -351,6 +351,34 @@ After your project has been imported, all subsequent pushes to branches will gen [Render](https://render.com) offers [free static site hosting](https://render.com/docs/static-sites) with fully managed SSL, custom domains, a global CDN and continuous auto-deploy from your Git repo. Get started in just a few minutes by following [Render's guide to deploying Docusaurus](https://render.com/docs/deploy-docusaurus). +## Deploying to Qovery {#deploying-to-qovery} + +[Qovery](https://qovery.com) is a fully-managed cloud platform that runs on your AWS, GCP, Azure and Digital Ocean account where you can host static sites, backend APIs, databases, cron jobs, and all your other apps in one place. + +1. Create a Qovery account. + +Visit the [Qovery dashboard](https://console.qovery.com) to create an account if you don't already have one. + +2. Create a project + +Click on "Create a new project" and give a name to your project. + +Click on "Next". + +3. Add an application + +Click on "Create an application" then choose "I have an application" and select your GitHub or GitLab repository where your app is located. + +Click on "Next". + +Skip adding services + +4. Deploy + +Click on "Deploy". + +You can see the status in real time by clicking on deployment logs. + ## Deploying to Hostman {#deploying-to-hostman} [Hostman](https://hostman.com/) allows you to host static websites for free. Hostman automates everything, you just need to connect your repository and follow easy steps: