I’m using github pages currently which works great for this usecase. Ideally I’d like to keep everything under one domain (with bubble) but if there’s not a way to do this in bubble I guess could just keep using github pages for it.
Ah! This looks like it could work. 2 minor issues though, I’d want https://MYDOMAIN/data/version.json is something like that possible? Also is there a way to sync it with github or even dropbox/google drive so when I edit the file locally it automatically pushes to bubble?
@heavypoly okay I have found a solution which is working for me and might for you.
From bubble backend workflow I am making an API call to GitHub where I am updating a json file, within a folder called data. Just going to run this hourly for now, I need it updated but not super frequently.
With CloudFlare pages I am hosting a static site which gets updated whenever the GitHub repo is updated.