From 680ff5bbc8450458ca9a81810223d02004ed32a6 Mon Sep 17 00:00:00 2001 From: swiftmandolin Date: Wed, 26 Aug 2020 22:15:12 -0500 Subject: [PATCH] update deploy script --- deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy b/deploy index fab02c6..faeca4c 100644 --- a/deploy +++ b/deploy @@ -1,2 +1,2 @@ #!/bin/zsh -rsync -rvP --delete --exclude ".drone.yml" --exclude "deploy" --exclude "README.md" --exclude "feels" /home/swiftmandolin/gopher-site /home/swiftmandolin/public_gopher/ \ No newline at end of file +rsync -rvP --delete --exclude ".git*" --exclude ".drone.yml" --exclude "deploy" --exclude "README.md" --exclude "feels" /home/swiftmandolin/gopher-site/ /home/swiftmandolin/public_gopher/ \ No newline at end of file