commit 01a928588628ccfa6f1448d86b72b85583a6596b parent 598db13ab9c56cab081afea7e881a64cd8225542 Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de> Date: Fri, 23 Aug 2019 00:30:01 +0200 Use rsync to deploy Diffstat:
M | deploy.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deploy.sh b/deploy.sh @@ -1 +1 @@ -scp -r _site/* homepage: +rsync -r --delete-after _site/* homepage: