Add some more to the slides, some humour around the Dokku overview.
This commit is contained in:
parent
9ab1f464a1
commit
1aee3a192d
@ -72,23 +72,13 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
|
||||||
<h2>Deployment Methods</h2>
|
|
||||||
<ul>
|
|
||||||
<li class="fragment">In Place</li>
|
|
||||||
<li class="fragment">Rolling</li>
|
|
||||||
<li class="fragment">Immutable</li>
|
|
||||||
<li class="fragment">Green/Blue</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2>Doing it Yourself</h2>
|
<h2>Doing it Yourself</h2>
|
||||||
<h3 class="fragment">What do you need?</h3>
|
<h3 class="fragment">What do you need?</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="fragment">A domain</li>
|
<li class="fragment">A domain</li>
|
||||||
<li class="fragment">A server with a public IP address</li>
|
<li class="fragment">An internet connected server </li>
|
||||||
<li class="fragment">A webserver</li>
|
<li class="fragment">A webserver (<em>NGiNX, Apache, Caddy, etc</em>)</li>
|
||||||
<li class="fragment">Patience</li>
|
<li class="fragment">Patience</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
@ -121,6 +111,9 @@
|
|||||||
<li>Becomes a Git remote repository</li>
|
<li>Becomes a Git remote repository</li>
|
||||||
<li>Builds and deploys the app behind NGiNX</li>
|
<li>Builds and deploys the app behind NGiNX</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p class="fragment">
|
||||||
|
<small><em>It does a lot more than this</em></small>
|
||||||
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
@ -130,6 +123,9 @@
|
|||||||
<li>Dockerfile</li>
|
<li>Dockerfile</li>
|
||||||
<li>Nixpacks</li>
|
<li>Nixpacks</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p class="fragment">
|
||||||
|
<small><em>It does a lot more than this</em></small>
|
||||||
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
@ -138,6 +134,9 @@
|
|||||||
<li>Let's Encrypt</li>
|
<li>Let's Encrypt</li>
|
||||||
<li>Databases (MySQL, Postgres)</li>
|
<li>Databases (MySQL, Postgres)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p class="fragment">
|
||||||
|
<small><em>It does a lot more than this</em></small>
|
||||||
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
Loading…
Reference in New Issue
Block a user