diff options
author | Christian Cleberg <hello@cmc.pub> | 2025-03-11 19:37:31 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cmc.pub> | 2025-03-11 19:37:31 -0500 |
commit | 45d03ccfdfb70023fb0e91356a4124a82ce4d864 (patch) | |
tree | de8e080609bcabfc49bb62bb4c9f48b35ae8b5c8 /build.sh | |
parent | 2ed60728d4fe5d748a9a564dca6d1b0df008be78 (diff) | |
download | cleberg.net-45d03ccfdfb70023fb0e91356a4124a82ce4d864.tar.gz cleberg.net-45d03ccfdfb70023fb0e91356a4124a82ce4d864.tar.bz2 cleberg.net-45d03ccfdfb70023fb0e91356a4124a82ce4d864.zip |
add new post
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ if [[ "$answer" =~ ^[Yy]$ ]]; then # Update Sourcehut README pandoc -f org -t html readme.org -o readme.html hut git update --readme readme.html --repo \ - https://git.sr.ht/\~cyborg/cleberg.net + https://git.sr.ht/\~cyborg/cmc.pub # Deploy changes rsync -r --delete-before .build/* $ubuntu_server:/var/www/cmc.pub/ |