21CSM/ars-antiqua

As a developer, I would like to set up CI/CD for database infrastructure and database migrations, so that I can automate infra and schema changes

Closed this issue · 1 comments

21CSM commented

User Story

As a developer,
I would like to set up CI/CD for database infrastructure and database migrations
so that I can automate infrastructure and schema changes

Context

This story describes the set up of CI/CD for database infrastructure and migrations. This should be a GitHub Actions runner that is ran on applicable commits.

Acceptance Criteria

  • Database infrastructure is automated via CI/CD
  • Database migrations are automated via CI/CD

Dependencies

#4

21CSM commented

Not needed - SQLite runs on the user's machine.