From 244de02d830c9a42bd423715b3c8031ade2fa702 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 16 Sep 2017 19:02:46 +0200 Subject: put: remove steel, ghost -> strata --- etc/functions/put | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'etc/functions') 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 -- cgit v1.2.3