Bump and cleanups

This commit is contained in:
Nikolai R Kristiansen
2018-08-12 23:47:44 +02:00
parent 0caab8b959
commit 80cd4b8320
7 changed files with 1347 additions and 690 deletions

2
fabfile.py vendored
View File

@@ -9,5 +9,3 @@ env.user = 'gitdeploy'
def deploy():
with cd(env.project_path):
run('git pull')
# run('yarn')
# run('gulp')