exercism / website-icons

Icons for the Exercism website
https://exercism.org
Other
7 stars 16 forks source link

Cloudfront needs to expire when something is added to this repo #147

Closed iHiD closed 10 months ago

iHiD commented 1 year ago

See https://github.com/exercism/website-icons/pull/141 for context.

As part of the GHA we need to invalidate any paths in cloudfront that have changed. So for example, to solve the issue above I created an Cloudfront invalidation for /tracks/pharo-smalltalk.svg

ErikSchierboom commented 1 year ago

Note to self: we'll need to get the commit programmatically to get the changes files as the push event doesn't prepopulate that data: https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#get-a-commit

ErikSchierboom commented 10 months ago

This was done in https://github.com/exercism/website-icons/pull/150