diff options
Diffstat (limited to 'deploy.sh')
-rw-r--r-- | deploy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |