You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why these changes are being introduced:
The ECR Repository infrastruture is in place in dev, stage, and prod
AWS accounts, so we have the outputs for the Makefile and the three
GHA workflows in TfCloud. Once deployed, these workflows will build/
deploy the container using our usual GitHub-flow model (new PR will
push a container to dev, merged PR will push a container to stage, and
a tagged release on main will push a container to prod).
How this addresses that need:
* Add Terraform-generated dev build and dev deploy targets to the
Makefile
* Create the dev, stage, and prod build/deploy GHA workflows using the
text generated by the mitlib-tf-workloads-ecr repository
None.
Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/USE-169
0 commit comments