mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Moved the upload scripts to a proper command
This commit is contained in:
parent
660b368d71
commit
3680beca30
5 changed files with 55 additions and 7 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue