diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/functions/put | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/functions/put b/etc/functions/put index e60c641..4b671f7 100644 --- a/etc/functions/put +++ b/etc/functions/put @@ -22,7 +22,7 @@ function put_ghost { hostname='ghost.derf0.net' ssh_name='ghost' target_dir='web/default/out/tmp' - server_prefix='http://ghost.derf0.net/tmp/' + server_prefix='https://ghost.derf0.net/tmp/' max_size=0 } @@ -30,7 +30,7 @@ function put_steel { hostname='steel.derf0.net' ssh_name='steel' target_dir='web/default/out/tmp/' - server_prefix='http://steel.derf0.net/tmp/' + server_prefix='https://steel.derf0.net/tmp/' max_size=0 } |