Skip to content

Commit

Permalink
minor fabfile change
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed May 24, 2017
1 parent 70e4fb9 commit 90c6b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from fabric.api import *

env.user = 'bhs'

env.use_ssh_config = True
env.now = datetime.now().strftime('%Y%m%d-%H%M')

def deploy(api_server='test'):
Expand Down

0 comments on commit 90c6b14

Please sign in to comment.