Skip to content
Snippets Groups Projects
Commit ef69bcc5 authored by nimrod's avatar nimrod
Browse files

A little cleanup of the tox and fabric commands.

parent 1b4c9ddf
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment