diff --git a/index.html b/index.html
index e255412..e841abe 100644
--- a/index.html
+++ b/index.html
@@ -187,6 +187,14 @@
+
+
+
+
+
+
+
+
diff --git a/slides/hit-the-deploy-button.md b/slides/hit-the-deploy-button.md
new file mode 100644
index 0000000..bbaa0b3
--- /dev/null
+++ b/slides/hit-the-deploy-button.md
@@ -0,0 +1,15 @@
+## Hit the Deploy Button!
+
+* Add your server as a remote
+
+```
+git remote add production app@rails.atomaka.com:jokes-production
+```
+
+* And, as Chris says "there's nothing sweeter than"
+
+```
+git push production master
+```
+
+note:
diff --git a/slides/list.json b/slides/list.json
index 37c8f92..fe7d1a1 100644
--- a/slides/list.json
+++ b/slides/list.json
@@ -17,5 +17,6 @@
"time-for-the-special-sauce.md",
"setup-git-remote.md",
"viola.md",
+ "hit-the-deploy-button.md",
"resources.md"
]