|
|
|
|
|
by dietrichepp
457 days ago
|
|
What I want is something like “please run this command on a server somewhere when event X happens”. Seems like the options are along the lines of: 1. SaaS CI/CD products, like GitHub Actions, 2. Run your own Jenkins cluster, 3. Figure out how to orchestrate cloud resources to do this for you. Maybe there are easy options that I’m missing. I don’t really want to create docker containers just to build some program I’m working on. |
|