Skip to content

Commit

Permalink
Update Placeholder container text.
Browse files Browse the repository at this point in the history
The Continuous Deployment flow now allows to click the URL right away, so we can't assume the build has failed.
  • Loading branch information
steren committed May 16, 2024
1 parent 2447ee1 commit e402712
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions placeholder.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset=utf-8>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Oops, something went wrong... | Cloud Run</title>
<title>Placeholder | Cloud Run</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="preload" as="font">
<link
href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsSAAALEgHS3X78AAAB5klEQVRYha2XMVLDMBBFPxl6qCjciBskNzA3AE5AqrTQuaVVR1pX4QSYGyQ3SGqGATcu3JBUlGGUiTPyeiWvZH6TsSTLb/+XN8nZfr+H0lUBYAvgucySbzBSupoCmJRZ8sTNx2p0vG8J4AHAl9LVQunqmtnPQD4qXa0d81GyARo1IC/2hmWWGIfeAYwBGIi7fwMos2QNYEfmTLWXZKw4fl4AeKOQQxwAcaERrbIg14MjCQKwYrA1KJI+gBtmjLqAIZEcXsNGSlfb42a27sssKaw15lz8ePbcGOdcrzPViFz3uuCIwVZQJBIAbiMuBlviSCQASulqEgjQqPctaQE4+gEiYrDljYQ6AIcLU2ZM6gJ8kUgBxp6uGKJOJFIACJuSRK1IOgCecxDzNrh0iuScW/D7+eG4LxGuk6sDcDVbTZhuCEe1sV/JxuFpnacF5wDX/zsAV7OVOZS3EQ8/tOo6Tw+tWgqwqfN0S8Ziqp/Xedr6SScFWDBjIQAny+lEC8CT/5KsC7G/ZbkXwFF9WefpmoxJq+9YHgMQc/qdlscAhNrvtdwJ4Mh/x1Thq77XcieApHoPgNjyUABJ8wmyfBAAU32w5SyAI/+5p/tFW84CkOpfzb9kaqll/yDLfQDsgy2Z6gdb3hKAP2n+6m+fxBVHAAAAAElFTkSuQmCC"
Expand Down Expand Up @@ -127,8 +127,8 @@
</div>

<div class="message">
<h1>Oops, something went wrong</h1>
<h2>Continuous deployment has been set up, but your repository has failed to build and deploy.</h2>
<h1>Sorry, this is just a placeholder</h1>
<h2>Continuous deployment has been set up, but your code is not yet deployed.</h2>
</div>
</div>

Expand All @@ -139,7 +139,9 @@ <h2>Continuous deployment has been set up, but your repository has failed to bui

<h3>What's next?</h3>
<ol>
<li>From the <a href="https://console.cloud.google.com/run/detail/{{.Region}}/{{.Service}}/revisions?project={{.Project}}" target="_blank" rel="noopener">Cloud Run service page</a>, click "Build History".</li>
<li>Open the <a href="https://console.cloud.google.com/run/detail/{{.Region}}/{{.Service}}/revisions?project={{.Project}}" target="_blank" rel="noopener">Cloud Run service page</a>.</li>
<li>Check the status of your deployment.</li>
<li>If the build has failed, click "Build History".</li>
<li>Examine your build logs to understand why it failed.</li>
<li>Fix the issue in your code or Dockerfile (if any).</li>
<li>Commit and push the change to your repository.</li>
Expand Down

0 comments on commit e402712

Please sign in to comment.