Cloud Functions integration with Git

Howdy. I’m working on some cloud functions and I think the folder sync is a little cumbersome to work with. Is there any way to integrate with git so that a remote repository branch acts as the “unique source of truth”? That way we get all the benefits that git offers for source control.
Thank you

you can save the cloud code in git, and deploy it from a folder from that repository
or you could look at the source code for moralis-admin-cli and make something custom for your needs

1 Like