diff --git a/scripts/deploy.js b/scripts/deploy.js
index dcb55bdc0b8d6880d30c914b0f4f7d5bd37f0bd5..033050db68ae9f467f7e7ac59a2c4488a76bab62 100755
--- a/scripts/deploy.js
+++ b/scripts/deploy.js
@@ -22,8 +22,8 @@ function printInstructions(name, deets) {
   console.log(" 1. deploy your code:  git push " + name + " <mybranch>:master");
   console.log(" 2. visit your server on the web: https://" + name + ".hacksign.in");
   console.log(" 3. test via a website: http://" + name + ".myfavoritebeer.org");
-  console.log(" 4. ssh in with sudo: ssh ec2-user@" + name + "hacksign.in");
-  console.log(" 5. ssh as the deployment user: ssh app@" + name + "hacksign.in\n");
+  console.log(" 4. ssh in with sudo: ssh ec2-user@" + name + ".hacksign.in");
+  console.log(" 5. ssh as the deployment user: ssh app@" + name + ".hacksign.in\n");
   console.log("enjoy!  Here's your server details", JSON.stringify(deets, null, 4));
 }