Deploy via Envoyer with Git LFS enabled?
We have some big files (like png images, pdf documents, etc.) in our projects, and recently I've set up Git LFS filters for those files to be stored separately (Bitbucket Cloud supports Git LFS particularly).
So, does anyone know how now could such a project be correctly deployed using Envoyer? When deploying using Forge I can just write "git lfs fetch" after "git pull" and the files would be correctly downloaded. But when Envoyer deploys code the resulting folder does not contain .git folder and is not recognized as git repo, and thus "git lfs fetch" is useless.
So the question is: can I somehow deploy the code to production server together with actual files instead of git lfs pointer to those files?
Please or to participate in this conversation.