From 2bd7f0d7a16f6a3876f28847c6424fbd630df266 Mon Sep 17 00:00:00 2001 From: Arnaud Jeannin Date: Wed, 14 Jul 2021 11:26:42 +0200 Subject: [PATCH] docs(v2): Update deploy with Qovery docs for V2 (#5158) * Update deploy with Qovery docs for V2 Hello Docusaurus team, I updated the docs for the new Qovery V2 https://www.qovery.com/blog/qovery-v2-beta-is-out * run prettier on docs Co-authored-by: slorber --- website/docs/deployment.mdx | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/website/docs/deployment.mdx b/website/docs/deployment.mdx index d4828c0b19..016bd2be4c 100644 --- a/website/docs/deployment.mdx +++ b/website/docs/deployment.mdx @@ -426,31 +426,38 @@ After your project has been imported, all subsequent pushes to branches will gen ## 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. +[Qovery](https://www.qovery.com) is a fully-managed cloud platform that runs on your AWS, Digital Ocean and Scaleway 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. +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 **Create project** and give a name to your project. +- Click on **Next**. -Click on "Next". +3. Create a new environment -3. Add an application +- Click on **Create environment** and give a name (e.g. staging, production). -Click on "Create an application" then choose "I have an application" and select your GitHub or GitLab repository where your app is located. +4. Add an application -Click on "Next". +- Click on **Create an application**, give a name and select your GitHub or GitLab repository where your Docusaurus app is located. +- Define the main branch name and the root application path. +- Click on **Create**. -Skip adding services +After the application is created: -4. Deploy +- Navigate to your application **Settings** +- Select **Port** +- Add port used by your Docusaurus application -Click on "Deploy". +5. Deploy All you have to do now is to navigate to your application and click on **Deploy** -You can see the status in real time by clicking on deployment logs. +![Deploy the app](https://hub.qovery.com/img/heroku/heroku-1.png) + +That's it. Watch the status and wait till the app is deployed. + +To open the application in your browser, click on **Action** and **Open** in your application overview ## Deploying to Hostman {#deploying-to-hostman}