Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Qovery as a deployment option #280

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions docs/deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
54 changes: 54 additions & 0 deletions docs/deployment/deploy-on-qovery.md
Original file line number Diff line number Diff line change
@@ -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.

Qovery include the following features:

- 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 app 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.