diff --git a/slides/index.html b/slides/index.html index 97a6a58..a122da7 100644 --- a/slides/index.html +++ b/slides/index.html @@ -136,6 +136,32 @@ + + + I have never used Heroku... + + + + Set Up + + Install Dokku on VPS + Setting up Domains + Set up Dokku remote in your Git repo + Have a global Dockerfile in your code + $ git push -u dokku main + + + + + Buildpacks are responsible for transforming deployed code into a slug, which can then be executed on a dyno. + That feels made up. + + + + Real Life Example + + +
Dockerfile
$ git push -u dokku main
Buildpacks are responsible for transforming deployed code into a slug, which can then be executed on a dyno.