-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpipeline.html
35 lines (32 loc) · 1.08 KB
/
pipeline.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="styles/style.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<title>Concourse CI/CD Pipeline that deploys my resume</title>
</head>
<body>
<nav>
<a href="/"><h1>Back to my resume</h1></a>
<!-- web browsers respond to index.html and / the same way -->
</nav>
<h1>The Actual Workflow</h1>
<h3>High Level</h3>
<img src="./images/concourse-flow/resume-pipeline.png">
<!-- A section that describes the brown bear -->
<h1>The Concourse Pipeline</h1>
<img src="./images/concourse-flow/concourse-pipeline.png">
<p>Taking resources and running jobs against those resources to push my resume as an app to the PWS platform.
<br/>
<br/>
</p>
<h1>An Actual Concourse Deployment</h1>
<img src="./images/concourse-flow/deployment-job-status.png">
<p>The elements of a Concourse job deployment and getting to a green build.
<br/>
<br/>
</p>
<a href="/"><h1>Back to my resume</h1></a>
</body>
</html>