Managing deployed "releases" for chatmail server

hello! i’m hosting a public chatmail server at https://bcc.chat

i’m wondering if there’s a recommended strategy right now for choosing a commit from git branch main to deploy

since chatmail isn’t cutting releases with tags, is it normal to just deploy any commit from main?

some of these commits have failing tests, both in CI and after deployment. i know failing tests don’t always mean “don’t deploy it”, so i just wanted to check in before continuing with this strategy

3 Likes

so far deploying from “main” is what operators do. Not sure about CI failures and failing tests – feel free to file or ping on issues. Several of chatmail developers/carers have been busy with the recent 1.44 releases.

ok awesome, thank you!