setup infra for pusher service

This commit is contained in:
talksik
2026-04-09 11:12:35 -07:00
parent ce368c9e6e
commit 3e35850bdf
20 changed files with 1740 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ migrate-prod:
SKAFFOLD_DEFAULT_REPO=$(PROD_REPO) skaffold run -p migrations --kube-context prod --tail
# ---- Deploy ----
# Use MODULE=orion or MODULE=worker to deploy a single service, e.g.:
# Use MODULE=orion or MODULE=worker or MODULE=pusher to deploy a single service, e.g.:
# make deploy-dev MODULE=orion
.PHONY: deploy-dev