From e5b2d94b7f0ce2969d0c25de2d6242c4d3ed0244 Mon Sep 17 00:00:00 2001 From: Arnaud Jeannin Date: Thu, 18 Mar 2021 15:07:41 +0100 Subject: [PATCH 1/3] Support Qovery as a deployment option --- docs/SUMMARY.md | 1 + docs/deployment/README.md | 1 + docs/deployment/deploy-on-qovery.md | 54 +++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 docs/deployment/deploy-on-qovery.md diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 5cbbb404..f72553fb 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -21,6 +21,7 @@ * [11. Head](learning-frontity/head.md) * [🏗 Architecture](architecture.md) * [🌎 Deployment](deployment/README.md) + * [Deploy Frontity using Qovery](deployment/deploy-using-qovery.md) * [Deploy Frontity using Vercel](deployment/deploy-using-vercel.md) * [Deploy Frontity on Moovweb XDN](deployment/deploy-on-moovweb-xdn.md) * [Deploy Frontity on Heroku](deployment/deploy-on-heroku.md) diff --git a/docs/deployment/README.md b/docs/deployment/README.md index dfaa0292..c3310be7 100644 --- a/docs/deployment/README.md +++ b/docs/deployment/README.md @@ -16,6 +16,7 @@ Which is used to launch the Frontity app in production. Here you have some guides about how to deploy a Frontity app in some popular hostings: +* [Deploy Frontity using Qovery](deploy-using-qovery.md) * [Deploy Frontity using Vercel](deploy-using-vercel.md) * [Deploy Frontity on Moovweb XDN](deploy-on-moovweb-xdn.md) * [Deploy Frontity on Heroku](deploy-on-heroku.md) diff --git a/docs/deployment/deploy-on-qovery.md b/docs/deployment/deploy-on-qovery.md new file mode 100644 index 00000000..87601256 --- /dev/null +++ b/docs/deployment/deploy-on-qovery.md @@ -0,0 +1,54 @@ +[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. + +Static sites are **completely free** on Qovery and include the following: + +- Continuous, automatic builds & deploys from GitHub, Bitbucket, and GitLab. +- Automatic SSL certificates through [Let's Encrypt](https://letsencrypt.org). +- Free managed PostgreSQL. +- Free SSD storage. +- Unlimited collaborators. +- Unlimited [custom domains](https://docs.qovery.com/guides/getting-started/setting-custom-domain/). + +## Prerequisites + +This guide assumes you already have a Frontify project to deploy. If you need a project, use the [Quick Start][/docs/getting-started/quick-start-guide.md] to get started. + +## Setup + +Follow the procedure below to set up a Frontify on Qovery: + +### 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 Frontify site is located. + +Click on "Next". + +Skip adding services. + +Click on "Deploy". + +## Deploy + +Your app should be deployed. You can see the status in real time by clicking on deployment logs. + +## Continuous deploys + +Now that Qovery is connected to your repo, it will **automatically build and publish your site** any time you push to GitHub. + +## Custom domains + +Add your own domains to your site easily using Qovery's [custom domains](https://docs.qovery.com/guides/getting-started/setting-custom-domain/) guide. + +## Support + +Chat with Qovery developers on [Discord](https://discord.qovery.com) if you need help. \ No newline at end of file From c0d5ecd582cdb4c1f83da0d7e15289e17abede92 Mon Sep 17 00:00:00 2001 From: Arnaud Jeannin Date: Thu, 18 Mar 2021 15:08:21 +0100 Subject: [PATCH 2/3] Support Qovery as a deployment option --- docs/deployment/deploy-on-qovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/deploy-on-qovery.md b/docs/deployment/deploy-on-qovery.md index 87601256..929f1de3 100644 --- a/docs/deployment/deploy-on-qovery.md +++ b/docs/deployment/deploy-on-qovery.md @@ -29,7 +29,7 @@ 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 Frontify site is located. +Click on "Create an application" then choose "I have an application" and select your GitHub or GitLab repository where your Frontify app is located. Click on "Next". From 647c224a9e21c395e7acb13875f3fbf7b5bad5f1 Mon Sep 17 00:00:00 2001 From: Arnaud Jeannin Date: Thu, 18 Mar 2021 15:11:02 +0100 Subject: [PATCH 3/3] Support Qovery as a deployment option --- docs/deployment/deploy-on-qovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/deploy-on-qovery.md b/docs/deployment/deploy-on-qovery.md index 929f1de3..472f4d29 100644 --- a/docs/deployment/deploy-on-qovery.md +++ b/docs/deployment/deploy-on-qovery.md @@ -1,6 +1,6 @@ [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. -Static sites are **completely free** on Qovery and include the following: +Qovery include the following features: - Continuous, automatic builds & deploys from GitHub, Bitbucket, and GitLab. - Automatic SSL certificates through [Let's Encrypt](https://letsencrypt.org).