Cancer Australia Goes Live on Drupal 11 with GovCMS PaaS and PreviousNext
A blog post by Adam Bramley of PreviousNext describes how the team launched Cancer Australia’s website using GovCMS PaaS on Drupal 11. The project began on Drupal 10.3 and went live in early 2025 after overcoming tooling gaps in the GovCMS ecosystem.
The team removed the incompatible govcms/scaffold-tooling library and pulled deployment scripts directly during the Docker image build. The stack included PHP 8.4, Redis, OpenSearch, Storybook, and Vite. Local development used Docker Compose, with logs handled via the Lagoon Logs module integrated into a UDP listener container.
OpenSearch was used as a backend for decoupled React search interfaces, exposed through a read-only Nginx proxy. CI pipelines in GitLab followed a three-stage structure—build, code quality, and test—using cache reuse and tools like Playwright and PHPUnit. Component rendering was tested with the drupal-test-traits library.
Layout Builder was used across content types, supported by block plugins and embedded React apps. Twig templates were powered by Pinto’s Theme Objects, reusing design system components directly from Storybook. Graphs used the reCharts library via Drupal’s media system.


