Deploying from a Bazel Monorepo to Heroku

Опубликовано: 28 Июнь 2022
на канале: Kris Foster
1,351
12

In this video, we're going to be deploying bazel binary targets to heroku. Traditionally, these things don't work very well together because of the way heroku detects app types and the way a bazel repository is organized. However, bazoku tries to solve this. We are able to deploy using bazel to heroku from our local machine and from a GitHub workflow.

Bazel: https://bazel.build/
Bazoku: https://github.com/salesforce/bazoku
Code: https://github.com/kriscfoster/multi-...