department-of-veterans-affairs / next-build

Front-end templating, build, and deploy for VA.gov CMS content.
Creative Commons Zero v1.0 Universal
9 stars 5 forks source link

Trigger production content release from CMS for certain events #749

Closed timcosgrove closed 1 month ago

timcosgrove commented 2 months ago

Description

When certain content types are saved in the CMS, they trigger a Content Build content release, regardless of the time of day or day of the week. This is to allow certain timely content to reach va.gov quickly outside of the normal content release schedule.

Next Build should also follow this pattern so that timely content updates are posted quickly.

Details

This functionality is handled by the CMS Drupal module va_gov_content_release: https://github.com/department-of-veterans-affairs/va.gov-cms/tree/main/docroot/modules/custom/va_gov_content_release

This will need to be augmented to handle Next Build content release in addition to Content Build.

mreed101 commented 1 month ago

Closing as this is related to