Skip to content

Commit 394f9fa

Browse files
committed
feat: presentation
1 parent ef809cb commit 394f9fa

File tree

1 file changed

+35
-3
lines changed

1 file changed

+35
-3
lines changed

index.html

+35-3
Original file line numberDiff line numberDiff line change
@@ -339,16 +339,48 @@ <h3 style="margin-block-end: 25px;">
339339
</section>
340340
<section>
341341
<div class="wrap size-75">
342-
<h3 style="margin-block-end: 25px;">
342+
<h3>
343343
What's Next?
344344
</h3>
345+
<p class="paper-text" style="margin-block-start: 50px;">
346+
Now that we have a pipeline, we can use other tools in order to make the deployment.
347+
We can use Image Registery (like Docker). We can use Kubernetes Helm Charts. We can use
348+
Jenkins. We can use Flask or ArgoCD to change the deployment environment to update the versions.
349+
</p>
345350
</div>
346351
</section>
347352
<section>
348-
<div class="wrap size-75">
349-
<h3 style="margin-block-end: 25px;">
353+
<div class="wrap size-50">
354+
<h3>
350355
Resources
351356
</h3>
357+
<ul style="margin-block-start: 50px;">
358+
<li>
359+
<a href="https://docs.gitlab.com/ee/ci/">
360+
docs.gitlab.com/ci
361+
</a>
362+
</li>
363+
<li>
364+
<a href="https://docs.gitlab.com/runner/">
365+
docs.gitlab.com/runner
366+
</a>
367+
</li>
368+
<li>
369+
<a href="https://docs.gitlab.com/ee/ci/pipelines/">
370+
docs.gitlab.com/ci/pipeline
371+
</a>
372+
</li>
373+
<li>
374+
<a href="https://about.gitlab.com/blog/2019/07/12/guide-to-ci-cd-pipelines/">
375+
about.gitlab.com/blog/2019/07/12
376+
</a>
377+
</li>
378+
<li>
379+
<a href="https://docs.gitlab.com/ee/ci/yaml/gitlab_ci_yaml.html">
380+
docs.gitlab.com/ci/yaml
381+
</a>
382+
</li>
383+
</ul>
352384
</div>
353385
</section>
354386
<section>

0 commit comments

Comments
 (0)