2020-07-22 12:13:09 +00:00
|
|
|
{% extends "layout.html" %}
|
|
|
|
{% block body %}
|
|
|
|
|
|
|
|
<div class="block1">
|
|
|
|
<h1 style="text-align: center;">Congratulations!!</h1>
|
2020-07-24 06:24:54 +00:00
|
|
|
<h1>Joachim Hummel - <a href="https://blog.unixweb.de">blog.unixweb.de</a></h1>
|
2020-07-22 12:13:09 +00:00
|
|
|
<h1>You have successfully deployed your web application using automated CI/CD.</h1>
|
|
|
|
<BR>
|
|
|
|
<h2 style="text-align: center;">Jenkins - AWS CodeBuild - AWS CodeDeploy</h2>
|
|
|
|
|
|
|
|
<img style="display: block; margin-left: auto; margin-right: auto;" src="https://a0.awsstatic.com/libra-css/images/logos/aws_logo_smile_1200x630.png"
|
|
|
|
width="527" height="277" />
|
|
|
|
</div>
|
2020-07-23 11:34:20 +00:00
|
|
|
<p>{% endblock %}</p>
|