Moved the upload scripts to a proper command

This commit is contained in:
Ciaran Gultnieks 2012-03-11 13:17:37 +00:00
parent 660b368d71
commit 3680beca30
5 changed files with 55 additions and 7 deletions

View file

@ -39,4 +39,7 @@ keydname = "CN=Birdman, OU=Cell, O=Alcatraz, L=Alcatraz, S=California, C=US"
keyaliases = {}
keyaliases['com.example.app'] = 'example'
#The ssh path to the server's public web root directory. This is used for
#uploading data, etc.
serverwebroot = 'user@example:/var/www/repo'