I have a static website for which I would like to deploy preview for each git commit. I am using Google App Engine for this.
I am able to succesfully deploy this. The version shows up in the versions section in the Google Cloud console, which also renders a nice link. However, when I click the link, the site can’t be reached.
Let’s say the project id is bar
, the service id is foo
, and are two versions, 1 and 2, where 1 is promoted. (This isn’t real data)
https://foo-dot-bar.appspot.com is reachable in this case, but https://1-dot-foo-dot-bar.appspot.com and https://2-dot-foo-dot-bar.appspot.com are not.
Do I need to configure anything for this to work? Is it a Google Cloud bug?