update deploy

This commit is contained in:
Jacob Janzen 2025-01-05 19:46:25 -06:00
parent 8615ee3262
commit 27757ce591

View file

@ -39,6 +39,7 @@ cd "$HOME"
~/website/post-publish.sh
sed -i 's/) <a href=\"blog\//) <a href=\".\//' ~/public_html/blog/index.html
sed -i 's/<webMaster>.*</webMaster>/<webMaster>jjanzen@jjanzen.ca (jjanzen)</webMaster>' ~/public_html/rss.xml
/bin/cp -r "$HOME/public_html"/* "$location"
chown -R apache:apache "$location"