summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/functions/put10
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/functions/put b/etc/functions/put
index 509f326..363a6ef 100644
--- a/etc/functions/put
+++ b/etc/functions/put
@@ -18,6 +18,14 @@ 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_nocturne {
+ hostname='nocturne.derf0.net'
+ ssh_name='nocturne'
+ target_dir='web/default/out/tmp'
+ server_prefix='https://nocturne.derf0.net/tmp/'
+ max_size=0
+}
+
function put_arclight {
hostname='arclight.derf0.net'
ssh_name='arclight'
@@ -34,7 +42,7 @@ function put_chaosdorf {
max_size=0
}
-hosts=(arclight chaosdorf)
+hosts=(nocturne arclight chaosdorf)
while [[ ${1} == -* ]] {
case ${1} in