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