Skip to content

Create a cleaner way of managing course status#52

Draft
nathanmsmith wants to merge 15 commits intomainfrom
nathan/sidebar
Draft

Create a cleaner way of managing course status#52
nathanmsmith wants to merge 15 commits intomainfrom
nathan/sidebar

Conversation

@nathanmsmith
Copy link
Member

@nathanmsmith nathanmsmith commented Jan 31, 2023

Description

Deployment

  • I am making a frontend change, which will be auto-deployed via Heroku.
  • I am making a Ruby change, which will be auto-deployed via Heroku.
    • I have added one or more gems, and run rake sorbet:update:all to generate their types.
    • I have added or changed a model, and run rake sorbet:update:all to generate their types.
  • I am making a database change, which I will manually deploy after my branch is merged.
    • I have migrated the database using env RAILS_ENV=production rails db:migrate.
    • I have updated the entity relationship diagram via bundle exec erd.
    • I have updated the affected Administrate model dashboards to reflect my DB changes.
  • I am making a Go Lambda change, which I will manually deploy after my branch is merged.
    • I have deployed the lambdas using make deploy.
  • There are other deployment steps I must take after merge, which are:

@nathanmsmith nathanmsmith force-pushed the nathan/sidebar branch 2 times, most recently from 8ad9b39 to e5a8b7d Compare August 27, 2023 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant