There is the frontend log application which displays all of the logs produced by the bot.
We should move it to a separate repository in order not to:
- mess log and bot deploy scripts together
- apply a shared cloudflare pages deploy workflow
What should be done:
- Move the log app to a separate repo
- Remove the log app's related code from the https://github.com/ubiquity/ubiquibot repo
- Deploy the log app to cloudflare pages using this workflow
P.S. When we are done moving the log app to a separate repo we should configure stage and prod supabase API keys.