summaryrefslogtreecommitdiffstats
path: root/deploy.sh
diff options
context:
space:
mode:
authorDante Catalfamo2020-07-07 22:58:01 -0400
committerDante Catalfamo2020-07-07 22:58:01 -0400
commitdfeb2a64efae2ab79987f6cc47fbf1f161f08bea (patch)
tree754bd33a01d8525b14d742556f8c93ee43c8f779 /deploy.sh
parent9c1a4e2822f7b4b3cf57fcc10e1f63c123308396 (diff)
downloadblog-dfeb2a64efae2ab79987f6cc47fbf1f161f08bea.tar.gz
blog-dfeb2a64efae2ab79987f6cc47fbf1f161f08bea.tar.bz2
blog-dfeb2a64efae2ab79987f6cc47fbf1f161f08bea.zip
Remove public directory after sync
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index 4cdeb3e..05c2b51 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -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