From c84984f18d4bc7a1de042369585406ac99c5764d Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 9 Mar 2016 09:04:14 -0500 Subject: [PATCH] Add the final git commands --- slides/hit-the-deploy-button.md | 15 +++++++++++++++ slides/list.json | 1 + 2 files changed, 16 insertions(+) create mode 100644 slides/hit-the-deploy-button.md 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" ]