diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-01-28 20:34:23 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-01-28 20:34:23 +0100 |
commit | be496ccb3ef9553e1b641fd5370a47c38c68bd5f (patch) | |
tree | b4f3c3323b1670057be0174b2d1b759b979b51f6 /etc/functions | |
parent | 0e355be2055c56bfec7466b66ac8172fb4aba2a3 (diff) |
put: -strata
Diffstat (limited to 'etc/functions')
-rw-r--r-- | etc/functions/put | 10 |
1 files changed, 1 insertions, 9 deletions
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 |