Skip to content
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

Closed
3 of 5 tasks
elrayle opened this issue Apr 1, 2022 · 3 comments
Closed
3 of 5 tasks

define process for re-deploying the service #4

elrayle opened this issue Apr 1, 2022 · 3 comments

Comments

@elrayle
Copy link

elrayle commented Apr 1, 2022

Need to define the process for re-deploying/update/re-start the service through GitHub actions...

for -int:

  • Trigger: when the -int private authority_lookup image changes
  • Trigger: when the dev branch changes
    • adding/updating authority configs
    • updating the customized footer

for -stg:

  • Trigger: when the -stg private authority_lookup image changes
  • Trigger: when the main branch changes
    • adding/updating authority configs
    • updating the customized footer

for -prod:

  • Trigger: manual deploy
    • when the -prod private authority_lookup image changes
    • when this repo is released
@elrayle
Copy link
Author

elrayle commented Apr 14, 2022

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.

@elrayle
Copy link
Author

elrayle commented Apr 14, 2022

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.

@elrayle elrayle moved this from To do to BLOCKED in EB to ECS from container Apr 14, 2022
elrayle added a commit that referenced this issue Apr 22, 2022
rename templates to aws-resources and aws-deploy
@elrayle
Copy link
Author

elrayle commented Apr 25, 2022

Moved remaining work specific to changes in AWS ECR images to Issue #20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants