Commit 13cd00d8 authored by Lukas Eipert's avatar Lukas Eipert

Increase assets cache key

Updating our supported browser versions is a major change to our assets.
In order to ensure that there are no unintended side-effects, we update
all caches.
parent a61c1b0c
......@@ -75,7 +75,7 @@
policy: push # We want to rebuild the cache from scratch to ensure stale dependencies are cleaned up.
.assets-cache: &assets-cache
key: "assets-${NODE_ENV}-v1"
key: "assets-${NODE_ENV}-v2"
paths:
- assets-hash.txt
- public/assets/webpack/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment