aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deploy.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 1e15d57..64db9cf 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -25,4 +25,5 @@ cd ~/.dotfiles || exit
emacs --batch -f package-initialize --script ~/website/publish.el
~/website/post-publish.sh
-cp -r public_html/* "$location"
+cp -r "$HOME/public_html/*" "$location"
+chown git:git "$location"