Need a place for a build server to put downloadable files

I’m making a forum for beta testers for an app I’m making. I’d like to have the most recent builds available (msi, exe, dmg, deb type files) in the forum and I’m not sure the best way to do that.

I was thinking I could just put it in the header, a pinned post or a custom banner using a plugin but I’m not sure how to update these from some server side code that will replace the builds when a new one comes in.

Does anyone know a good way to do what I’m trying? I could probably hack something together but someone here might know a good way to achieve this.

2 Likes

In general

  • upload files to Amazon S3 or {insert generic cloud file store of your choice here}
  • use Discourse API to edit the target post and update links to the latest files
2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.