diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# deploy.sh: Generate and deploy files to the 'hive' web server. +# deploy.sh: Generate and deploy files to the 'thor' web server. -hugo && rsync -avz --delete public/ hive:/var/www/tdback.net/ +hugo && rsync -avz --delete public/ thor:/var/www/tdback.net/ |