What are people using for continuous deployment with their KMP apps?
d
Dumitru Preguza
08/24/2025, 9:49 AM
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
CLOVIS
08/24/2025, 1:18 PM
GitLab CI + Helm
b
blakelee
08/26/2025, 3:55 AM
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
Deep Patel
08/27/2025, 1:35 AM
Blacksmith's UI looks incredible
Deep Patel
08/27/2025, 1:35 AM
@CLOVIS what are your costs?
c
CLOVIS
08/28/2025, 7:30 AM
Nothing for CI. GitLab lets you self-host your own CI runners for free, we have them set up on our QA servers.