impress-2020/deploy/playbooks
Matchu 93abd1fa11 Fix the deploy bug with node_modules linking
Ok I think this oughta do it! A bug we used to have was that, if you deployed 5 times in a row without changes to node_modules, then all 5 versions would reference `node_modules` from 6 deploys ago, which would then get "cleaned up". And so then the app would have all its deps disappear!

There's still a bug here, noted in the comments. That one sounds harder to solve, and suggests a refactor for how to do build caching more robustly, and… idk I think this cheat might just not be worth it. Idk! But I'm keeping it for the moment for convenience.
2022-08-16 11:38:20 -07:00
..
deploy.yml Fix the deploy bug with node_modules linking 2022-08-16 11:38:20 -07:00
setup.yml Use Puppeteer instead of Playwright 2021-11-13 02:16:58 -08:00