Automated dev commit

This commit is contained in:
Oliver Davies 2025-04-29 14:37:43 +01:00
parent 76759ffa78
commit c5c3540595
2 changed files with 4 additions and 1 deletions

View file

@ -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"
]

View file

@ -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