From ab791b36c1c671ccbf5221a6445a1e0cbbdc994a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 1 Nov 2013 23:05:29 +0100 Subject: put: add ghost --- etc/functions/put | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3