From bf81c9d4a807f7ca189b6da76b829644c5d1bea0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 11 May 2025 11:15:20 +0100 Subject: [PATCH] Update hostname --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index bc001a0f5..c3f9f398c 100644 --- a/justfile +++ b/justfile @@ -16,4 +16,4 @@ install-drupal: drush si --db-url=sqlite://localhost/db.sqlite upload: - rsync -avzP html/ nixedo.local:/var/www/vhosts/website-tome + rsync -avzP html/ nixedo.oliverdavies.uk:/var/www/vhosts/website-tome