←back to thread

634 points david927 | 1 comments | | HN request time: 0.212s | source

What are you working on? Any new ideas that you're thinking about?
1. aziis98 ◴[] No.41346498[source]
I'm tring to write a minimal tool in Go to deploy and manage CD for my self-hosted projects.

I've tried many things but still none fit exactly my needs (I deploy many static websites so I want that to be effortless but I still want to be able to do continuous deployment on git+docker based projects). I know about Dokku and is probably what I should have learned to use but this way I can also challenge myself on a medium Go project