Let’s be honest, deploying Custom Functions directly from the 8base CLI for production applications just doesn’t cut it. You need to push your code to a repository and handle it from there.
Well, don’t fear, GitHub is here.
.png%3Fwidth%3D1120%26upscale%3Dtrue%26name%3DDeploy%2520Custom%2520Functions%2520from%2520your%2520GitHub%2520(screenshot).png)
This GitHub Action script will handle the deployment of your functions whenever you make a merge into your master branch! All you need to do is set the EIGHT_BASE_API_TOKEN and EIGHT_BASE_WORKSPACE_ID secrets and voilà!, you can safely version control your functions and not have to manually run deployments.