get all my thoughts onto paper.
This commit is contained in:
parent
a9e1470c3b
commit
0ca9cc68da
@ -136,6 +136,32 @@
|
|||||||
|
|
||||||
<aside class="notes">I have never used Heroku</aside>
|
<aside class="notes">I have never used Heroku</aside>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<div class="fragment" data-transition="fade-in fade-out"><em>I have never used Heroku...</em></div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>Set Up</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Install Dokku on VPS</li>
|
||||||
|
<li>Setting up Domains</li>
|
||||||
|
<li>Set up Dokku remote in your Git repo</li>
|
||||||
|
<li>Have a global <code>Dockerfile</code> in your code</li>
|
||||||
|
<li><code>$ git push -u dokku main</code></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<blockquote>Buildpacks are responsible for transforming deployed code into a slug, which can then be executed on a dyno.</blockquote>
|
||||||
|
<div class="fragment" data-transition="fade-in">That feels made up.</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>Real Life Example</h2>
|
||||||
|
|
||||||
|
<aside class="notes">Show deploying the chat application.</aside>
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user