Build Trigger
The Build Trigger module provides a Drupal interface to trigger frontend builds and deployments for decoupled sites. It allows users to configure deployment environments, initiate builds, monitor their status, and view logs where supported, by integrating with existing build systems like GitLab CI.
The Build Trigger module is designed to trigger jobs that build and deploy the frontend of a decoupled Drupal site.
The module provides a UI to configure environments to deploy and then to trigger a build of the environment and check its status. Where supported, it's also possible to view the log for a job.
This module doesn't handle the build itself, it is simply a frontend in Drupal to an existing build system.
It currently supports a triggering a simple build hook and a GitLab CI pipeline.
This module is in active development with a plan to add more build environments.