Skip to content

Commit

Permalink
Move back to florence.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfiera committed Sep 19, 2012
1 parent 279ac29 commit 9056f2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RSYNC = rsync
RSYNCOPTS = -rtvz --delay-updates --delete
BUILDDIR = _build
PYTHON = python
DEPLOY = arescentral
STAGE = arescentral-staging
DEPLOY = florence.sfiera.net:/srv/www/arescentral.org/htdocs
STAGE = florence.sfiera.net:/srv/www/staging.arescentral.org/htdocs

# Internal variables.
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(SPHINXOPTS) .
Expand Down Expand Up @@ -48,7 +48,7 @@ serve: html
cd $(BUILDDIR)/html/ && $(PYTHON) -m SimpleHTTPServer 8000

stage: html
$(RSYNC) $(RSYNCOPTS) $(BUILDDIR)/html/ $(STAGE):
$(RSYNC) $(RSYNCOPTS) $(BUILDDIR)/html/ $(STAGE)

deploy: html
$(RSYNC) $(RSYNCOPTS) $(BUILDDIR)/html/ $(DEPLOY):
$(RSYNC) $(RSYNCOPTS) $(BUILDDIR)/html/ $(DEPLOY)

0 comments on commit 9056f2d

Please sign in to comment.