Hacker News new | ask | show | jobs
by malyk 5024 days ago
We use the git commit hash of the checkin that is pushed to production as part of the folder structure for our assets. Has worked really well for us.

It does mean we use more space on s3 though, but it guarantees we won't miss re-seeding some of the files.

1 comments

The bad part is no file is cached between pushes, right?