Skip to content

Commit

Permalink
Added ArchiveIndexer
Browse files Browse the repository at this point in the history
  • Loading branch information
Donovan Hide committed May 13, 2010
1 parent bed729c commit 66482b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ def setup():
with cd('/srv'):
sudo('rm -Rf /srv/ArchiveDiff')
sudo('git clone git://github.com/donovanhide/ArchiveDiff.git')
sudo('rm -Rf /srv/ArchiveIndexer')
sudo('git clone git://github.com/donovanhide/ArchiveIndexer.git')
with cd('/srv/ArchiveDiff'):
sudo('./build.sh')

def deploy():
with cd('/srv/ArchiveDiff'):
sudo('git pull')
with cd('/srv/ArchiveIndexer'):
sudo('git pull')
restart_webserver()

0 comments on commit 66482b2

Please sign in to comment.