diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-11-01 23:05:29 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-11-01 23:05:29 +0100 |
commit | ab791b36c1c671ccbf5221a6445a1e0cbbdc994a (patch) | |
tree | 33226fd8e7cf544bb6e846122be2858bd99d9d5a /etc/functions/put | |
parent | de537cf0519f22ac272f6da0c18d15353df9d4ae (diff) |
put: add ghost
Diffstat (limited to 'etc/functions/put')
-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 |