From 84fb3a8bfb65d16fe625428802dfb1b044b16d21 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 29 Apr 2025 21:42:03 +0100 Subject: [PATCH] Add `export` recipe --- justfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 31d75c293..bc001a0f5 100644 --- a/justfile +++ b/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