Skip to content

Commit 88c862e

Browse files
remove unneeded routines
1 parent 221d199 commit 88c862e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fabfile.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
env.use_ssh_config = True
44
env.hosts = ['kraken.habhub.org']
55

6-
def get_user():
7-
env.user = prompt("Username to use?", default=env.user)
8-
96
def stage_master():
107
result = local('git branch', capture=True);
118

@@ -25,7 +22,6 @@ def stage_master():
2522
local("git push -f ukhas")
2623

2724
def deploy():
28-
get_user();
2925
wd = "/var/www/habitat/mobile-tracker/"
3026

3127
with settings(warn_only=True):

0 commit comments

Comments
 (0)