Loading fabfile.py +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ def regenerate(): local('pelican -r -s pelicanconf.py') def serve(): local('cd {deploy_path} && python -m SimpleHTTPServer'.format(**env)) local('cd {deploy_path} && python -m SimpleHTTPServer 8080'.format(**env)) def reserve(): build() Loading tox.ini +4 −5 Original line number Diff line number Diff line Loading @@ -10,10 +10,9 @@ deps = pelican commands = build: fab build serve: fab build serve publish: fab publish publish: git push serve: fab reserve publish: fab publish git push whitelist_externals = ssh rsync git Loading
fabfile.py +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ def regenerate(): local('pelican -r -s pelicanconf.py') def serve(): local('cd {deploy_path} && python -m SimpleHTTPServer'.format(**env)) local('cd {deploy_path} && python -m SimpleHTTPServer 8080'.format(**env)) def reserve(): build() Loading
tox.ini +4 −5 Original line number Diff line number Diff line Loading @@ -10,10 +10,9 @@ deps = pelican commands = build: fab build serve: fab build serve publish: fab publish publish: git push serve: fab reserve publish: fab publish git push whitelist_externals = ssh rsync git