What are people using for continuous deployment wi...
# multiplatform
d
What are people using for continuous deployment with their KMP apps?
d
I did not invest into this much but I have: 1. Regular Github repository 2. Server with Coolify (open source) that will re-deploy the server on master push
c
GitLab CI + Helm
b
Github Actions with Blacksmith.sh runners for Android XCode Cloud for iOS Self-hosted runner on Github on a MBP for running tests for iOS and Android The blacksmith.sh runners are faster and have more free hours compared to Github
d
Blacksmith's UI looks incredible
@CLOVIS what are your costs?
c
Nothing for CI. GitLab lets you self-host your own CI runners for free, we have them set up on our QA servers.