Ask HN: Is there an open-source AWS Code Deploy or similar?
https://news.ycombinator.com/item?id=26965124Context:
* I want a server to poll a Docker registry at a regular interval, and if it finds there's a new image then pull it down and start it up.
* I'm looking to do it this way vs. just pushing the image out as part of CI/CD because Github Actions doesn't easily support a static IP range and I don't want to have unrestricted SSH access.