I love this. Would be cool if the cloud run button (i.e. the image in the readme) updates and shows whether it's running and some status info after it's started (maybe it does already, didn't try it yet)
I am a bit disappointed- I skipped the details and now that I've tried it hands-on I see that it is hardcoding the link to the repo in the button's HTML. So even after you fork it the button still point's to Google's repo.
That makes sense, of course, but if that step were gone (maybe by checking referrer?) it would be a lot slicker!
Comments
I love this. Would be cool if the cloud run button (i.e. the image in the readme) updates and shows whether it's running and some status info after it's started (maybe it does already, didn't try it yet)
I am a bit disappointed- I skipped the details and now that I've tried it hands-on I see that it is hardcoding the link to the repo in the button's HTML. So even after you fork it the button still point's to Google's repo.
That makes sense, of course, but if that step were gone (maybe by checking referrer?) it would be a lot slicker!
Disclaimer: co-author of the project.
It's already on our list: https://github.com/GoogleCloudPlatform/cloud-run-button/issu... Ideally you'd just link to a URL like deploy.cloud.run and we'll figure out the rest from Referer.
Awesome! Thanks for the quick response on that!