Pull in the semantic versioning github actions, so it creates a release when it builds an image, the way the student-financial-aid deployment does.
Implemenation
Set deployable branches as main and uat.
In the future it might make sense to deploy main as the UAT environment and add a "production" flag for the production deploy.
TODO
[ ] update project readme to include information about deploy pipeline.
Fixes https://yg-hpw.atlassian.net/browse/ELCC-3
Context
Pull in the semantic versioning github actions, so it creates a release when it builds an image, the way the student-financial-aid deployment does.
Implemenation
Set deployable branches as
main
anduat
. In the future it might make sense to deploymain
as the UAT environment and add a "production" flag for the production deploy.TODO
Testing Instructions