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:
|
||||
sqlite3 web/db.sqlite ".backup 'web/backup-$(date '+%s').sqlite'"
|
||||
|
||||
export-config:
|
||||
drush config:export --destination=`pwd`/config/sync --yes
|
||||
export:
|
||||
composer run export
|
||||
git add config content
|
||||
git commit -m "tome export"
|
||||
|
||||
generate-html:
|
||||
drush tome:static --uri https://www.oliverdavies.uk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue