Now with image attribution
This commit is contained in:
parent
7386df5bd8
commit
4f38bd6ffd
22
index.html
22
index.html
|
@ -20,8 +20,8 @@
|
||||||
<body>
|
<body>
|
||||||
<div class="reveal">
|
<div class="reveal">
|
||||||
<div class="slides">
|
<div class="slides">
|
||||||
<section data-markdown="" id="cover-page">
|
<section id="cover-page">
|
||||||
# Why can't we deploy this today?
|
<h1>Why can't we deploy this today?</h1>
|
||||||
|
|
||||||
<aside class="notes">
|
<aside class="notes">
|
||||||
Good morning everyone, today I would like to tell you some things
|
Good morning everyone, today I would like to tell you some things
|
||||||
|
@ -35,7 +35,8 @@
|
||||||
# About me
|
# About me
|
||||||
|
|
||||||
* Dirk Nederveen, [@dirk@blog.ndrvn.nl](https://blog.ndrvn.nl/u/dirk)
|
* Dirk Nederveen, [@dirk@blog.ndrvn.nl](https://blog.ndrvn.nl/u/dirk)
|
||||||
* Husband, father of 3, Streaming Engineer (QA) @Jet-Stream
|
* Husband, father of 3
|
||||||
|
* Streaming Engineer (QA) @Jet-Stream
|
||||||
* Interests:
|
* Interests:
|
||||||
- Theology
|
- Theology
|
||||||
- Neurospychology
|
- Neurospychology
|
||||||
|
@ -43,10 +44,6 @@
|
||||||
- Beer brewing
|
- Beer brewing
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section data-markdown="" id="bluf">
|
|
||||||
# Why can't we deploy this today?
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<section id="story-bug">
|
<section id="story-bug">
|
||||||
<h1>The story of a bug</h1>
|
<h1>The story of a bug</h1>
|
||||||
|
@ -122,9 +119,8 @@
|
||||||
<section data-markdown="">
|
<section data-markdown="">
|
||||||
# Pull Requests
|
# Pull Requests
|
||||||
|
|
||||||
- Untrusted contributer send in patch
|
- Untrusted contributer, trusted maintainer
|
||||||
- Trusted maintainer chooses what to merge
|
- Communication through centralised repository
|
||||||
- Communication through centralised repositor
|
|
||||||
---
|
---
|
||||||
# Pull Requests
|
# Pull Requests
|
||||||
|
|
||||||
|
@ -288,7 +284,11 @@
|
||||||
<section id="deployment-pipeline">
|
<section id="deployment-pipeline">
|
||||||
<h2>Deployment pipeline</h2>
|
<h2>Deployment pipeline</h2>
|
||||||
|
|
||||||
<img src="cd-pipeline.png">
|
<img src="cd-pipeline.png" href="https://opensource.com/article/20/5/cicd-best-practices">
|
||||||
|
|
||||||
|
<aside class="notes">
|
||||||
|
Image by <a href="https://opensource.com/users/heronthecli">Taz Brown</a>, <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>
|
||||||
|
</aside>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<h2>Deployment pipeline</h2>
|
<h2>Deployment pipeline</h2>
|
||||||
|
|
Loading…
Reference in New Issue