From 975c92d40daecfc814b23ea171e294cd426d5abb Mon Sep 17 00:00:00 2001 From: Rahul Ghose Date: Mon, 27 Jul 2015 13:23:38 +0530 Subject: [PATCH] for aws based and password less logins to boxes --- docs/upgrade.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 5df1b2e718..74d42b3352 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -14,7 +14,7 @@ How to run the Fabric script 1. Install Fabric: ``pip install fabric requests`` (needed only once) 2. Download the ``fabfile.py`` from the gist. 3. Run the script: - ``fab -H{your re:dash host} -u{the ssh user for this host} deploy_latest_release`` + ``fab -H{your re:dash host} -u{the ssh user for this host} -i{path to key file for passwordless login} deploy_latest_release`` What the Fabric script does ===========================