# 需要为构建服务器找个存放可下载文件的地方

**URL:** <https://meta.discourse.org/t/need-a-place-for-a-build-server-to-put-downloadable-files/103048>\
**Category:** Support\
**Created:** [2018年十一月29日 03:19 UTC](https://meta.discourse.org/t/need-a-place-for-a-build-server-to-put-downloadable-files/103048 "2018-11-29T03:19:15Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![tytel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tytel/32/125606_2.png) [@tytel](https://meta.discourse.org/u/tytel)\
**Post date:** [2018年十一月29日 03:19 UTC](https://meta.discourse.org/t/need-a-place-for-a-build-server-to-put-downloadable-files/103048/1 "2018-11-29T03:19:15Z")

</div>

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.

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [2018年十一月29日 03:57 UTC](https://meta.discourse.org/t/need-a-place-for-a-build-server-to-put-downloadable-files/103048/2 "2018-11-29T03:57:59Z")

</div>

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

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2018年十二月29日 03:58 UTC](https://meta.discourse.org/t/need-a-place-for-a-build-server-to-put-downloadable-files/103048/3 "2018-12-29T03:58:02Z")

</div>

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