Is it possible to get a "mirror" command to keep the remove server clean?
Solved
Surfer
-
Hi there! Having surfer at the end of a build pipeline is quite nice, but over time the instance grows bigger, even though some assets should no longer be there because they got deleted earlier in the process.
Sure, we could do a
surfer del -r -y /
before deploying, but this could result in temporary 404s on bigger sites. Some rsync like option would be awesome, is that something that would be in the scope of the surfer app? If not, how is everyone else keeping their servers clean?