From 91b791a4d266fcd80d653e3f38323860a30eeb27 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 31 Jul 2024 12:46:06 +0100 Subject: [PATCH] Update website path --- run.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.local b/run.local index a1af0164..4d7af6a2 100755 --- a/run.local +++ b/run.local @@ -78,7 +78,7 @@ function publish { generate rsync --archive --verbose --compress --update --delete \ - output_prod/ ssh.oliverdavies.uk:/srv/www.oliverdavies.uk + output_prod/ ssh.oliverdavies.uk:/var/www/vhosts/www.oliverdavies.uk git stash pop }