docs(build-configs): add recent features
This commit is contained in:
parent
26ad9240c5
commit
b05af1949f
|
@ -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).
|
- 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.
|
- 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
|
## 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`.
|
Coming soon: watch a video of me creating a new Drupal project from scratch and getting it up and running using `build-configs`.
|
||||||
|
|
Loading…
Reference in a new issue