diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2025-01-05 19:46:25 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2025-01-05 19:46:25 -0600 |
commit | 27757ce591907a47b1f36183cc2116c2a4a59d1d (patch) | |
tree | 8cd5b12899f7c2c4c79982d2989666e88a09debd | |
parent | 8615ee326258669a253e478476d2b8dfda0c4263 (diff) |
update deploy
-rwxr-xr-x | deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |