I’m running a vue and React project inside Docker and I build files with hashed filenames. So everytime I deployed, the new files such as app.56785678.js had been deployed to my bucket. The previous version (like app.12341234.js ) is still in the GCS bucket. Any ideas?
When you deploy to a folder in dist, so for example in this case, the documentation says that it will be cleaned up unless skip_cleanup from reading your .travis.yml is true, which is your case. Please, try: