small fixes

This commit is contained in:
Jacob Janzen 2024-12-29 10:42:41 -06:00
parent 7899461f33
commit a5fbeb31be

4
deploy.sh Normal file → Executable file
View file

@ -20,10 +20,10 @@ cd ~/blog || exit
git checkout "$branch" git checkout "$branch"
git pull git pull
cd ~/.dotfiles || exit cd ~/dotfiles || exit
~/website/fix-dotfile-paths.sh ~/website/fix-dotfile-paths.sh
emacs --batch -f package-initialize --script ~/website/publish.el emacs --batch -f package-initialize --script ~/website/publish.el
~/website/post-publish.sh ~/website/post-publish.sh
cp -r "$HOME/public_html/*" "$location" cp -r "public_html/*" "$location"
chown git:git "$location" chown git:git "$location"