From be496ccb3ef9553e1b641fd5370a47c38c68bd5f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 28 Jan 2021 20:34:23 +0100 Subject: put: -strata --- etc/functions/put | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'etc/functions/put') diff --git a/etc/functions/put b/etc/functions/put index 6e4069c..b17663d 100644 --- a/etc/functions/put +++ b/etc/functions/put @@ -18,14 +18,6 @@ if [[ -z ${commands[curl]} ]]; then print -P "%B%F{yellow}curl not present, won't be able to check upload success%f%b" fi -function put_strata { - hostname='strata.derf0.net' - ssh_name='strata' - target_dir='web/default/out/tmp' - server_prefix='https://strata.derf0.net/tmp/' - max_size=0 -} - function put_epicentre { hostname='epicentre.derf0.net' ssh_name='epicentre' @@ -42,7 +34,7 @@ function put_chaosdorf { max_size=0 } -hosts=(strata epicentre chaosdorf) +hosts=(epicentre chaosdorf) while [[ ${1} == -* ]] { case ${1} in -- cgit v1.2.3