From f7b6607fd7460073eeeebaf94dc7116bd2616e00 Mon Sep 17 00:00:00 2001 From: swiftmandolin Date: Wed, 26 Aug 2020 22:07:35 -0500 Subject: [PATCH] update deploy script --- deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy b/deploy index a298537..fab02c6 100644 --- a/deploy +++ b/deploy @@ -1,2 +1,2 @@ #!/bin/zsh -rsync -rvP --delete --exclude ".drone.yml" --exclude "deploy" --exclude "README.md" --exclude "feels" . public_gopher/ \ No newline at end of file +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