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