Deploy Cloud Functions via Git
Deploying Cloud Functions via Git is a lightweight approach to managing Elements' powerful API functionality.
Git Repository Location
Adding a Git Remote
git remote add app-code https://root:[email protected]/code-serve/APPNAMEPushing to the Repository
git push -f app-code master:masterAfter the Push
Last updated