diff options
-rwxr-xr-x[-rw-r--r--] | deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy.sh b/deploy.sh index ab5b4e8..a2c56af 100644..100755 --- a/deploy.sh +++ b/deploy.sh @@ -20,10 +20,10 @@ cd ~/blog || exit git checkout "$branch" git pull -cd ~/.dotfiles || exit +cd ~/dotfiles || exit ~/website/fix-dotfile-paths.sh emacs --batch -f package-initialize --script ~/website/publish.el ~/website/post-publish.sh -cp -r "$HOME/public_html/*" "$location" +cp -r "public_html/*" "$location" chown git:git "$location" |