summaryrefslogtreecommitdiff
path: root/etc/functions
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-01-28 20:34:23 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-01-28 20:34:23 +0100
commitbe496ccb3ef9553e1b641fd5370a47c38c68bd5f (patch)
treeb4f3c3323b1670057be0174b2d1b759b979b51f6 /etc/functions
parent0e355be2055c56bfec7466b66ac8172fb4aba2a3 (diff)
put: -strata
Diffstat (limited to 'etc/functions')
-rw-r--r--etc/functions/put10
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