Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel2
minLevel2
typeflat

Repos + Setup

CUL Online Exhibitions: https://github.com/cul-it/exhibits-library-cornell-edu

...

Deployment

Current deployment (elastic beanstalk)

Via Jenkins:

...

  1. Create a main > dev PR and add all contributors as Reviewers
  2. Once the PR is accepted, merge to main and deploy main to staging via exhibits-stg-ruby3-deploy Jenkins build
  3. Verify new changes were deployed successfully and test on staging
  4. Announce upcoming production deploy in #exhibits Slack channel
  5. Deploy to production via exhibits-prod-ruby3-deploy Jenkins build
  6. Verify all looks well on https://exhibits.library.cornell.edu/ and in the AWS Elastic Beanstalk console
  7. Update Developer Release Notes

Upcoming deployment (container)

CircleCI for Automated Testing and Linting

...