diff options
| -rwxr-xr-x | deploy.sh | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -5,3 +5,4 @@ cd "$(dirname "$0")"  git submodule update --init  hugo  rsync -va --progress --delete --rsync-path="/usr/bin/openrsync" public/ blog@lambda.cx:/var/www/htdocs/blog.lambda.cx/ +rm -r public | 
