epfml / disco

DISCO is a code-free and installation-free browser platform that allows any non-technical user to collaboratively train machine learning models without sharing any private data.
https://discolab.ai
Apache License 2.0
142 stars 25 forks source link

deploy on every merge #637

Open tharvik opened 7 months ago

tharvik commented 7 months ago

currently, the deployed server & webapp are quite old (~7 months). per monday discussion, let's move to have rolling releases

JulienVig commented 2 months ago

Now that we are planning a release, would it be better to keep separate develop and production branches? discolab.ai could be deployed from production on a release basis, while develop would not be deployed and only used in local

tharvik commented 2 months ago

that was the historical idea but I don't think that it'll give us a pratical workflow.

we can instead have a way to select the version that users want to run (such as in many documentation website), but that doesn't solve the security issue (we would need to backport patches which is well, time-consuming).

JulienVig commented 2 months ago

Sounds good! I was being worried of deploying bugs has it may have happened in the past..