-
Notifications
You must be signed in to change notification settings - Fork 3
Persons API #554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Persons API #554
Conversation
* Basic dockerfile for serving the Person API * Custom entrypoint script that does not run any EF migrations * Add new Person Api Dockerfile to build test * Add new Project to .NET CI tests * Fix: target correct project during build * CI: Test both Dockerfiles
…igital/academies-api into feature/173197-Persons-API
…igital/academies-api into feature/173197-Persons-API
* Adjust deployment workflow to include the Persons Api * Deploy a Custom Container App using Terraform
…igital/academies-api into feature/173197-Persons-API
* prefix tags when built on GHCR so that persons api is distinct from academies api
…igital/academies-api into feature/173197-Persons-API
Use docker compose v2 syntax to avoid errors
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to approve considering other changes are minimal impact and can be addressed later
The following have been implemented however still WIP