From 8fb5a4b65ad1a9712a2f5c37ef352a8f6b63dc6c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 9 May 2023 15:33:30 +0200 Subject: put --- etc/functions/put | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'etc') diff --git a/etc/functions/put b/etc/functions/put index d940bd8..2e211bf 100644 --- a/etc/functions/put +++ b/etc/functions/put @@ -26,22 +26,6 @@ function put_arclight { max_size=0 } -function put_lib { - hostname='ccc-derendorf.de' - ssh_name='lib' - target_dir='web/default/out/tmp' - server_prefix='https://ccc-derendorf.de/tmp/' - max_size=0 -} - -function put_epicentre { - hostname='epicentre.derf0.net' - ssh_name='epicentre' - target_dir='web/default/out/tmp' - server_prefix='https://epicentre.derf0.net/tmp/' - max_size=10485760 -} - function put_chaosdorf { hostname='extern.chaosdorf.de' ssh_name='extern.chaosdorf.de' @@ -50,7 +34,7 @@ function put_chaosdorf { max_size=0 } -hosts=(epicentre arclight lib epicentre chaosdorf) +hosts=(arclight chaosdorf) while [[ ${1} == -* ]] { case ${1} in -- cgit v1.2.3