summaryrefslogtreecommitdiff
path: root/etc/functions/put
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-03-26 21:13:28 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-03-26 21:13:28 +0100
commit90e1f449692a6e669fb90c4653958b2f96b11afc (patch)
tree2d3d4fa7c04a4fe7d4daf095888917f329feb949 /etc/functions/put
parent517e949e0024a988ca0d5a5f11dadbe4ca9acfe3 (diff)
put: add ccc-derendorf.de
Diffstat (limited to 'etc/functions/put')
-rw-r--r--etc/functions/put12
1 files changed, 10 insertions, 2 deletions
diff --git a/etc/functions/put b/etc/functions/put
index 2e5390b..d940bd8 100644
--- a/etc/functions/put
+++ b/etc/functions/put
@@ -26,12 +26,20 @@ 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=0
+ max_size=10485760
}
function put_chaosdorf {
@@ -42,7 +50,7 @@ function put_chaosdorf {
max_size=0
}
-hosts=(arclight epicentre chaosdorf)
+hosts=(epicentre arclight lib epicentre chaosdorf)
while [[ ${1} == -* ]] {
case ${1} in