From b05af1949f0ada0d25f73494d1b6028421ddf138 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 27 Apr 2023 21:25:18 +0100 Subject: [PATCH] docs(build-configs): add recent features --- src/pages/build-configs.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/pages/build-configs.mdx b/src/pages/build-configs.mdx index cab0d3ae..773ff828 100644 --- a/src/pages/build-configs.mdx +++ b/src/pages/build-configs.mdx @@ -33,6 +33,13 @@ I've been using this on personal projects such as my [Docker Drupal](https://git - The files are committed to version control and pushed to your code repository (GitHub, GitLab, Bitbucket, etc). - As I add new features or make changes, I will re-run the process to re-generate the files and push any changes - ensuring you’re always up to date. +## What are some of the recent new features? + +* Adding additional databases for working with migrations or multi-site projects. +* Adding additional `justfile` recipes. +* Adding CI pipelines with GitHub Actions to run automated quality checks. +* Creating and running Git hooks to run automated checks before changes are pushed. + ## Example video Coming soon: watch a video of me creating a new Drupal project from scratch and getting it up and running using `build-configs`.