-
Notifications
You must be signed in to change notification settings - Fork 1
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
define process for re-deploying the service #4
Comments
I believe this is handled by the deploy github actions for -int, -stg, and -prod. These need to be tested to confirm they work as expected. PR #9 added the deploy action for integration. This is tested and completes without error, but additional testing is required to confirm that it is fully functional and redeploys the service. PR #12 adds the deploy actions for staging and production. This is tested and completes without error, but additional testing is required to confirm that it is fully functional and redeploys the service. There is additional remaining work for stg and prod. See the PR for more info on the remaining work. |
Also, the actions triggered by changes to the images is TBD. Quite a bit of exploration was done, but a clear solution was not identified. |
rename templates to aws-resources and aws-deploy
Moved remaining work specific to changes in AWS ECR images to Issue #20. |
Need to define the process for re-deploying/update/re-start the service through GitHub actions...
for -int:
-int
private authority_lookup image changesdev
branch changesfor -stg:
-stg
private authority_lookup image changesmain
branch changesfor -prod:
-prod
private authority_lookup image changesThe text was updated successfully, but these errors were encountered: