Skip to content

Releasing changes to production for the new CMS

Christine Thomas edited this page Sep 29, 2022 · 30 revisions

These are instructions for the new workflow needed to release changes to production in our new Content Management System (CMS).

For more information about how to modify content in the CMS, please view our CMS user guide.

Preview Site

When you receive a GitHub issue (or other task) that requires you to change content within the CMS:

  • First, navigate to the correct CMS page.
  • Once on the correct CMS page, make sure to UNCLICK the "reviewed" box under the Production section.

Screen capture of the reviewed box unclicked on a CMS page.

  • Make whatever content changes are needed within the CMS page.
  • Be sure to click the purple check button at the top right of the CMS page to save your changes.

After you save the CMS page:

Screen capture of the "Draft" display on the dev site.

SME review

  • If your task requires SME review and approval, send them the appropriate Preview Site link.
  • Once you get SME approval, you can move your changes to the Development Site.

Development Site

In order to move your Preview Site changes to the Development Site:

  • Navigate to the correct CMS page.
  • CLICK the "reviewed" box under the Production section.
  • Then click the purple check button at the top right of the CMS page to save your changes.

Screen capture of the CMS page with the "reviewed" box clicked.

After you save the CMS page:

Production Site

When you are ready for your changes to go live:

Screen capture of CircleCI.

  • Click the "Trigger Pipeline" button.
  • You will the the following pop-up, click the blue "Trigger Pipeline" button.

Trigger Pipeline popup and button

  • CircleCI will then build the workflow, with your changes incorporated.

NOTE: Any changes that are currently in the Development Site will be pulled into Production. Be sure to only move changes to the Development Site that are ready for Production.

After CircleCI finishes building:

Clone this wiki locally