Deploying via GIT Heorku/Dokku

Usually, you link DB as an external service and reference it in a ENV variable. How’s that working with V4? Any ways to host Strapi using Git deployments? Ideally, I’d use a cloud provider for all uploads (ie aws bucket)

This topic has been created from a Discord post (1277242109635854437) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Yeah, that’s pretty much how you do it for strapi as well. Just put the databse creds in the .env en voilla.

If you’re looking to deploy using Dokku specifically I’ve wrote an article about that:
https://www.pluginpal.io/easy-strapi-deployment-on-a-vps-with-dokku

And if you’re looking to deploy to that Dokku server using Github Action deployments I’ve also go another article about that :slightly_smiling_face:
https://www.pluginpal.io/strapi-ci-with-dokku-and-github-actions