Deployments

You can deploy your projects in one of two ways:

  • GitHub

  • CLI

GitHub

With our GitHub integration, connect your repository and we'll pull the code, build it, and deploy it automatically. More details on the integration here. You can find an example in our Getting Started guide.

CLI

Run banana deploy from the root of your project. That's all. Really.

Two things to note:

  1. You'll need to be logged in to your Banana account in the browser for the CLI to authenticate you.

  2. If you have already deployed your project from GitHub before running banana deploy, a second project will be created and deployed. The CLI and GitHub deployments are not linked.

Last updated