diff options
author | Dante Catalfamo | 2020-07-07 22:58:01 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-07-07 22:58:01 -0400 |
commit | dfeb2a64efae2ab79987f6cc47fbf1f161f08bea (patch) | |
tree | 754bd33a01d8525b14d742556f8c93ee43c8f779 /deploy.sh | |
parent | 9c1a4e2822f7b4b3cf57fcc10e1f63c123308396 (diff) | |
download | blog-dfeb2a64efae2ab79987f6cc47fbf1f161f08bea.tar.gz blog-dfeb2a64efae2ab79987f6cc47fbf1f161f08bea.tar.bz2 blog-dfeb2a64efae2ab79987f6cc47fbf1f161f08bea.zip |
Remove public directory after sync
Diffstat (limited to 'deploy.sh')
-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 |