typo correct blog upload destination
This commit is contained in:
parent
e01342c980
commit
79ee0d4c63
1 changed files with 1 additions and 1 deletions
2
blog
2
blog
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue