This tutorial is linked to this Strapi tutorial
This is a step-by-step guide for deploying a Strapi project on Qovery.
Deploying with the web interface
Create a Qovery Account
Visit the Qovery dashboard to create an account if you don't already have one.
Create a new project
Create a new environment
Create a new application
Select your Github, Gitlab or Bitbucket repository where your Strapi app is located:
After the application is created:
- Navigate application settings
- Select Port
- Add port used by our Strapi application
This will expose your application and make accessible in the public internet.
Deploy a database
Create and deploy a new database PostgreSQL database
To learn how to do it, you can follow this guide
Add storage
To add storage, go to your Strapi application Settings:
Setup your Strapi configuration:
To use PostgreSQL provided by Qovery, you can use the built-in secrets and environment variables. You can read more about environment variables and secrets in our configuration section.
Deploy your application
All you have to do now is to navigate to your application and click Deploy button
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 buttons in your application overview: