Initial commit: Consolidated DevOps scripts and K8s manifests

This commit is contained in:
codex
2026-06-05 07:00:43 +00:00
commit 08fa407f57
16 changed files with 922 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
cd /home/antigravity/scratch/makeanyplace-backend
source venv/bin/activate
export DB_HOST=postgres.local
export REDIS_HOST=127.0.0.1
# Run the aggregator
python3 event_aggregator.py
# Copy the updated events file to the local development site frontend
cp live_events.json ../makeanyplace-web/src/live_events.json