-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
With @pierreTklein's work on restoring confidence in the npm run seed command (#652, pending a successful manual deployment). I believe we should work to automate the database readiness steps involved in promoting new versions of the API to production.
I propose adding a Github Actions workflow that will do the following:
- SSH into a server to create a mongodump snapshot of the production database and report back the integrity of the backup.
- Run
npm run seedon the production database - Report back into the team Slack with references to these events.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request