Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hello,
I’ve currently setup an app with automatic deployment enabled from master. The deployment works excellent, however if I list the current files in the components directory I’m missing the .git directory.
Is there a way to make the automatic deployment also copy over .git directory? This so that my git-based CMS can have the correct commit history and remote set ready for committing and pushing?
(I’m trying to figure out a way to make Statamic’s automatic git integration work)