Automated dev commit
This commit is contained in:
parent
76759ffa78
commit
c5c3540595
2 changed files with 4 additions and 1 deletions
|
@ -101,6 +101,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"export": "drush tome:export --yes",
|
||||||
|
"import": "drush tome:import",
|
||||||
|
"generate": "drush tome:static --uri https://www.oliverdavies.uk",
|
||||||
"test": [
|
"test": [
|
||||||
"composer validate --strict"
|
"composer validate --strict"
|
||||||
]
|
]
|
||||||
|
|
2
justfile
2
justfile
|
@ -14,4 +14,4 @@ install-drupal:
|
||||||
drush si --db-url=sqlite://localhost/db.sqlite
|
drush si --db-url=sqlite://localhost/db.sqlite
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
rsync -avzP html/ ssh.oliverdavies.uk:/var/www/vhosts/www.oliverdavies.uk-tome
|
rsync -avzP html/ nixedo.local:/var/www/vhosts/website-tome
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue