Ask HN: How does your CI/CD stack look like today? What kind of tools are there and if you're happy/planning to replace any with an alternative? |
Ask HN: How does your CI/CD stack look like today? What kind of tools are there and if you're happy/planning to replace any with an alternative? |
This is what the GHA workflow currently looks like: https://github.com/thechangelog/changelog.com/blob/c7b8a57b2...
FWIW, you can see how everything fits together in this architecture diagram: https://github.com/thechangelog/changelog.com/blob/master/IN...
Github Actions for test running — replacing Travis after they removed their free-tier for OSS.