diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-10-05 16:13:24 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-10-05 16:13:24 +0200 |
commit | fa97ac4f6748f4ff74c3b2edd01b13d4f8d39d56 (patch) | |
tree | 6675b436c6f72dfa538e70b37aa02f8ff6af03b0 /etc | |
parent | c5086d2fc1512945e8a9da51ded9540b71a27261 (diff) |
rename web/{net.derf0.$host -> default}
Diffstat (limited to 'etc')
-rw-r--r-- | etc/functions/put | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/functions/put b/etc/functions/put index f15274d..c246e64 100644 --- a/etc/functions/put +++ b/etc/functions/put @@ -21,7 +21,7 @@ fi function put_flux { hostname='flux.derf0.net' ssh_name='flux' - target_dir='web/net.derf0.flux/out/tmp' + target_dir='web/default/out/tmp' server_prefix='http://flux.derf0.net/tmp/' max_size=700000 } @@ -29,7 +29,7 @@ function put_flux { function put_ghost { hostname='ghost.derf0.net' ssh_name='ghost' - target_dir='web/net.derf0.ghost/out/tmp' + target_dir='web/default/out/tmp' server_prefix='http://ghost.derf0.net/tmp/' max_size=0 } @@ -37,7 +37,7 @@ function put_ghost { function put_steel { hostname='steel.derf0.net' ssh_name='steel' - target_dir='web/net.derf0.steel/out/tmp/' + target_dir='web/default/out/tmp/' server_prefix='http://steel.derf0.net/tmp/' max_size=0 } |