From c5c3540595b4a7a55618dc64e394c00844a01e42 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 29 Apr 2025 14:37:43 +0100 Subject: [PATCH] Automated dev commit --- composer.json | 3 +++ justfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3709e18d0..53f791734 100644 --- a/composer.json +++ b/composer.json @@ -101,6 +101,9 @@ } }, "scripts": { + "export": "drush tome:export --yes", + "import": "drush tome:import", + "generate": "drush tome:static --uri https://www.oliverdavies.uk", "test": [ "composer validate --strict" ] diff --git a/justfile b/justfile index 268fe6cff..31d75c293 100644 --- a/justfile +++ b/justfile @@ -14,4 +14,4 @@ install-drupal: drush si --db-url=sqlite://localhost/db.sqlite upload: - rsync -avzP html/ ssh.oliverdavies.uk:/var/www/vhosts/www.oliverdavies.uk-tome + rsync -avzP html/ nixedo.local:/var/www/vhosts/website-tome