Netlify, funnily enough, does nearly all my heavy-lifting for me. It's wild how much of the final stages of deployment are just handled so smoothly (even if the pricing is kinda ridiculous now.)
Github Actions for test running — replacing Travis after they removed their free-tier for OSS.
gerhardlazu|2 years ago
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...
sirodoht|2 years ago
nness|2 years ago
Github Actions for test running — replacing Travis after they removed their free-tier for OSS.
marcosnils|2 years ago