This is a minimal example of a Strapi site with sqlite database created using create-strapi-app
Click on the button below to deploy this repository with CI/CD on Elestio:
git clone YOUR_REPOSITORY_URL
cd strapi-sqlite
npm install
Rename .env.sample
to .env
npm run develop
Try to make some change in your strapi-sqlite project then push to the git repository
After few seconds to few minutes your change will be deployed on your CI/CD target 🚀