Add export
recipe
This commit is contained in:
parent
dde5fbf867
commit
84fb3a8bfb
1 changed files with 4 additions and 2 deletions
6
justfile
6
justfile
|
@ -4,8 +4,10 @@ _default:
|
||||||
db-backup:
|
db-backup:
|
||||||
sqlite3 web/db.sqlite ".backup 'web/backup-$(date '+%s').sqlite'"
|
sqlite3 web/db.sqlite ".backup 'web/backup-$(date '+%s').sqlite'"
|
||||||
|
|
||||||
export-config:
|
export:
|
||||||
drush config:export --destination=`pwd`/config/sync --yes
|
composer run export
|
||||||
|
git add config content
|
||||||
|
git commit -m "tome export"
|
||||||
|
|
||||||
generate-html:
|
generate-html:
|
||||||
drush tome:static --uri https://www.oliverdavies.uk
|
drush tome:static --uri https://www.oliverdavies.uk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue