I’m making an application that injects a button/modal onto a client’s site that I do not own or manage.
It is a single webpacked javascript bundle.
How can I host this file in cloud storage and keep it up to date with my master branch without changing the url of the file, so that the client does not need to change the script source url? I am currently using the process laid out in “Storing build artifacts in Cloud Storage”, but I’m not sure if it’s artifacts that I should even be working with. Thanks in advance, I’m new to this ![]()
Here’s my cloudbuild.yaml and file structure just in case:

