Open dayeol opened 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>
cc @privacywill
currently we rely on lots of shell scripts for deployment. we can replace them with bazel rules, e.g.,