diff --git a/slides/deployment.html b/slides/deployment.html
index 38d279c..2002fb1 100644
--- a/slides/deployment.html
+++ b/slides/deployment.html
@@ -72,23 +72,13 @@
-
- Deployment Methods
-
- - In Place
- - Rolling
- - Immutable
- - Green/Blue
-
-
-
-
+
Doing it Yourself
What do you need?
- A domain
- - A server with a public IP address
- - A webserver
+ - An internet connected server
+ - A webserver (NGiNX, Apache, Caddy, etc)
- Patience
@@ -121,6 +111,9 @@
Becomes a Git remote repository
Builds and deploys the app behind NGiNX
+
+ It does a lot more than this
+
@@ -130,6 +123,9 @@
Dockerfile
Nixpacks
+
+ It does a lot more than this
+
@@ -138,6 +134,9 @@
Let's Encrypt
Databases (MySQL, Postgres)
+
+ It does a lot more than this
+