summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-09-16 19:02:46 +0200
committerDaniel Friesel <derf@finalrewind.org>2017-09-16 19:02:46 +0200
commit244de02d830c9a42bd423715b3c8031ade2fa702 (patch)
tree1dea7510321e9eaea9040f9d7d5d3183f79777a1
parentdcc37792eb3993dd5e9e448c03d275b7e33035d3 (diff)
put: remove steel, ghost -> strata
-rw-r--r--etc/functions/put18
1 files changed, 5 insertions, 13 deletions
diff --git a/etc/functions/put b/etc/functions/put
index 4b671f7..40c9761 100644
--- a/etc/functions/put
+++ b/etc/functions/put
@@ -18,23 +18,15 @@ 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_ghost {
- hostname='ghost.derf0.net'
- ssh_name='ghost'
+function put_strata {
+ hostname='strata.derf0.net'
+ ssh_name='strata'
target_dir='web/default/out/tmp'
- server_prefix='https://ghost.derf0.net/tmp/'
+ server_prefix='https://strata.derf0.net/tmp/'
max_size=0
}
-function put_steel {
- hostname='steel.derf0.net'
- ssh_name='steel'
- target_dir='web/default/out/tmp/'
- server_prefix='https://steel.derf0.net/tmp/'
- max_size=0
-}
-
-hosts=(ghost steel)
+hosts=(strata steel)
while [[ ${1} == -* ]] {
case ${1} in