Skip to content

Commit

Permalink
Merge pull request #510 from rghose/patch-1
Browse files Browse the repository at this point in the history
for aws based and password less logins to boxes
  • Loading branch information
arikfr committed Jul 30, 2015
2 parents 7e6b739 + 975c92d commit 735130e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
===========================
Expand Down

0 comments on commit 735130e

Please sign in to comment.