nci-hcmi-catalog / portal

HCMI Searchable Catalog Portal
https://hcmi-searchable-catalog.nci.nih.gov/
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

🔖 Release 1.20.1 #1047

Closed mistryrn closed 1 year ago

mistryrn commented 1 year ago

🚨 DEPLOY INSTRUCTIONS 🚨

  1. Update the hcmi-ui-{env}-config file to add a new REACT_APP_GA4_TAG environment variable containing the GA4 tag
  2. Deploy the new tag through Jenkins
  3. Run the 20230321213342-update-molecular-characterizations.js, and 20230321214009-rename-dna-methylation.js migrations:
    cd cms/variant-migrations
    ./../node_modules/.bin/migrate-mongo up -f migrate-mongo-config.js
  4. Restart the cms service
  5. Run the republish script
    ENV={env} npm run republish