aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-29 10:37:17 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-29 10:37:17 -0600
commit0bcd07f31aaef2a15114586a3f08f20fa437dd51 (patch)
tree93020a3858fdd107b1960b20d7edcf86f2635eb7
parent075aaf2a39c6c35d67f0b9863c2834713b5b9ee9 (diff)
add deploy
-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"