From 61680e8e2fea016e6605dea94f619ab2bdfc14b4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 16 Apr 2025 19:42:22 +0100 Subject: [PATCH] Add `upload` recipe --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 98bca9ce6..268fe6cff 100644 --- a/justfile +++ b/justfile @@ -12,3 +12,6 @@ generate-html: install-drupal: drush si --db-url=sqlite://localhost/db.sqlite + +upload: + rsync -avzP html/ ssh.oliverdavies.uk:/var/www/vhosts/www.oliverdavies.uk-tome