This is a minimal example of a Directus site with postgres database created using directus init
Click on the button below to deploy this repository with CI/CD on Elestio:
git clone YOUR_REPOSITORY_URL
cd directus
npm install
Rename .env.sample
to .env
.
npx directus start
Try to make some change in your Directus project then push to the git repository
After few seconds to few minutes your change will be deployed on your CI/CD target 🚀