diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-04-06 00:58:09 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-04-06 00:58:09 +0200 |
commit | 008157b53263440a28bb283d18cc326d092e6ab4 (patch) | |
tree | b8e8cc157cf7a979355dd9c6247759741c345f2b /etc/functions/put | |
parent | 602cbd9830e459db2bce7d7d8b549eb44f9f0d95 (diff) |
put: Update host definitions
Diffstat (limited to 'etc/functions/put')
-rw-r--r-- | etc/functions/put | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/functions/put b/etc/functions/put index ba9a4ee..91c86ef 100644 --- a/etc/functions/put +++ b/etc/functions/put @@ -18,17 +18,17 @@ if [[ -z ${commands[curl]} ]]; then fi function put_aneurysm { - hostname='derf.homelinux.org' + hostname='aneurysm.derf0.net' ssh_name='aneurysm' - target_dir='web/org.homelinux.derf/out/tmp' - server_prefix='http://derf.homelinux.org/tmp/' + target_dir='web/net.derf0.aneurysm/out/tmp' + server_prefix='http://aneurysm.derf0.net/tmp/' max_size=700000 } function put_steel { hostname='steel.derf0.net' ssh_name='steel' - target_dir='public_html/tmp/' + target_dir='web/net.derf0.steel/out/tmp/' server_prefix='http://steel.derf0.net/tmp/' max_size=0 } |