matrix-org / waterfall

A cascading stream forwarding unit for scalable, distributed voice and video conferencing over Matrix
Apache License 2.0
97 stars 5 forks source link

Define a CD pipeline for continuous deployments #48

Open daniel-abramov opened 1 year ago

daniel-abramov commented 1 year ago

Since the waterfall is containerized and the images are automatically published to the GitHub Container Registry, we could use it to implement the continuous delivery pipeline to deploy things automatically. We currently do have reproducible builds due to the usage of docker, so the CD is a missing part to have a quick and reliable deployment.