We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221d199 commit 88c862eCopy full SHA for 88c862e
fabfile.py
@@ -3,9 +3,6 @@
3
env.use_ssh_config = True
4
env.hosts = ['kraken.habhub.org']
5
6
-def get_user():
7
- env.user = prompt("Username to use?", default=env.user)
8
-
9
def stage_master():
10
result = local('git branch', capture=True);
11
@@ -25,7 +22,6 @@ def stage_master():
25
22
local("git push -f ukhas")
26
23
27
24
def deploy():
28
- get_user();
29
wd = "/var/www/habitat/mobile-tracker/"
30
31
with settings(warn_only=True):
0 commit comments