diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index e669a97..0000000 --- a/deploy.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -# deploy.sh: Generate and deploy files to the 'thor' web server. - -hugo && rsync -avz --delete public/ thor:/var/www/tdback.net/ |