Skip to content
Snippets Groups Projects
Commit c28c421b authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

(aws deploy) fix bugs in instructions output on console

parent 4a27780e
No related branches found
No related tags found
No related merge requests found
......@@ -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));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment