You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## bazel + heroku = bazoku
4
4
5
-
Bazoku brings Heroku deployments to bazel. We could have called this *rules_heroku* but *bazoku* sounds too much like *bazooka* to turn down. After all, Bazoku literally launches your bazel target into Heroku 🚀.
5
+
Bazoku brings Heroku deployments to bazel. We could have called this *rules_heroku* but *bazoku* sounds too much like *bazooka* to turn down. After all, bazoku literally launches your bazel target into Heroku 🚀.
6
6
7
7
## Supported Languages
8
8
@@ -11,11 +11,30 @@ All of the languages we have tested can be seen in the [examples](./examples) di
11
11
-[Go](./examples/go/BUILD.bazel)
12
12
-[Python](./examples/python/BUILD.bazel)
13
13
14
-
## Prerequisites
14
+
## Setup
15
+
16
+
### Prerequisites
15
17
16
18
-`git` CLI available.
17
19
- Existing app created in Heroku.
18
20
21
+
### WORKSPACE File
22
+
23
+
Adding the following to your Bazel `WORKSPACE` file will fetch `bazoku` and its dependencies:
0 commit comments