Skip to main content

Deployment

Custom functions become executable once they are deployed to your 8base backend. As a best practice, deployment should be done after testing.

This is the deployment command:

$ 8base deploy [OPTIONS]

Here are some optional parameters:

  • --debug, -d Turn on debug logs [boolean]
  • --help, -h Show help [boolean]
  • --functions, -f The list of functions to deploy [array]

If your 8base backend is usingCI/CD, the functions will be deployed to the environment currently set. You can always which environment you are using with:

$ 8base environment show

The deployment process uploads your project, compiles it, and provisions the appropiate infrastructure for serverless execution of your functions.