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`.