Add tome
This commit is contained in:
parent
e6ae3a1655
commit
a4eacb5cf4
4 changed files with 189 additions and 2 deletions
3
justfile
3
justfile
|
@ -4,5 +4,8 @@ _default:
|
|||
export-config:
|
||||
drush config:export --destination=`pwd`/config/sync --yes
|
||||
|
||||
generate-static:
|
||||
drush tome:static --uri https://www.oliverdavies.uk
|
||||
|
||||
install-drupal:
|
||||
drush si --db-url=sqlite://localhost/db.sqlite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue