Bump and cleanups
This commit is contained in:
2
fabfile.py
vendored
2
fabfile.py
vendored
@@ -9,5 +9,3 @@ env.user = 'gitdeploy'
|
||||
def deploy():
|
||||
with cd(env.project_path):
|
||||
run('git pull')
|
||||
# run('yarn')
|
||||
# run('gulp')
|
||||
|
Reference in New Issue
Block a user