forked from CIRCLECI-GWP/circleci-ecr-app-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 1.32 KB
/
index.html
File metadata and controls
41 lines (38 loc) · 1.32 KB
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
35
36
37
38
39
40
41
<html>
<head>
<title></title>
<link
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
rel="stylesheet"
/>
</head>
<body>
<div style="margin-top: 50px">
<div class="panel panel-info">
<div class="text-center">
<h3 class="panel-title">Build and Push Private Docker Images to AWS ECR</h3>
</div>
<div class="panel-body">
<div class="alert alert-success">
<p class="text-center">
Basic App to demonstrate use of CircleCi Orbs to simplify Continous Intrgration and
Continous Deployment (CI/CD) in building and pushing private docker Images to AWS
Elastic COntainer Registry
</p>
</div>
<div class="text-center">
<img src="circleci-logo.png" alt="circleci-logo" />
</div>
<div class="text-center">
<p>Author:</p>
<div class="text-center">
<a href="https://www.linkedin.com/in/dominic-motuka/">Dominic Motuka</a>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js"></script>
</body>
</html>