Open iMerica opened 6 years ago
Hey, it's not doing that at all in version 1 :( That's one of the things v2 will do, but I don't have enough time to finish it. In the meantime, I can share my script for deployment with cache invalidation, in case it helps. It's a smaller version of scotty and it's not a nice CLI command, just a node.js script.
@stojanovic Hi, I am interested in that script, can you please share it? Thanks!
here is a fix for scotty on windows, as I dig in to code, to get scotty working on my machine, Some of that problems occur because outdated packages, and changes in es7
Hi,
Thanks for building this - really liking it so far!
I've set up Scotty to continually deploy on every git commit using Gitlab. The command is executing successfully, but my assets are never fresh :-(.
Can you point me in the right direction? Is there a built-in solution to this problem, or should I write my own solution using S3 client libraries?
Thanks in advance,
Michael