diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/functions/put | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/functions/put b/etc/functions/put index a51597e..33f66b3 100644 --- a/etc/functions/put +++ b/etc/functions/put @@ -26,6 +26,14 @@ function put_flux { max_size=700000 } +function put_ghost { + hostname='ghost.derf0.net' + ssh_name='ghost' + target_dir='web/net.derf0.ghost/out/tmp' + server_prefix='http://ghost.derf0.net/tmp/' + max_size=0 +} + function put_steel { hostname='steel.derf0.net' ssh_name='steel' @@ -50,7 +58,7 @@ function put_chaosdorf { max_size=0 } -hosts=(flux steel chaosdorf) +hosts=(flux ghost steel chaosdorf) while [[ ${1} == -* ]] { case ${1} in |