manatee-project / manatee

https://manatee-project.github.io/manatee
Apache License 2.0
21 stars 4 forks source link

Bazel: replace shell scripts with bazel rules #21

Open dayeol opened 2 months ago

dayeol commented 2 months ago

currently we rely on lots of shell scripts for deployment. we can replace them with bazel rules, e.g.,

bazel run //:deploy_api -- --namespace=<namespace>
dayeol commented 2 months ago

cc @privacywill