typo correct blog upload destination

This commit is contained in:
Nathan McCarty 2025-02-15 21:16:27 -05:00
parent e01342c980
commit 79ee0d4c63

2
blog
View file

@ -434,6 +434,6 @@ multi MAIN(
# Render the site # Render the site
$db.render: $site-dir; $db.render: $site-dir;
# Upload it # Upload it
$proc = run <rsync -avzhL>, $site, <static.stranger.systems:/var/www/www.stranger.system>; $proc = run <rsync -avzhL>, $site, <static.stranger.systems:/var/www/www.stranger.systems>;
die "rsync failed" unless $proc; die "rsync failed" unless $proc;
} }