-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix: eb dir -> ecs dir #524
Conversation
This reverts commit cbe3e1e.
Codecov Report
@@ Coverage Diff @@
## main #524 +/- ##
=======================================
Coverage 78.37% 78.37%
=======================================
Files 91 91
Lines 7095 7095
=======================================
Hits 5561 5561
Misses 1534 1534
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Rubber-stamp approval, noting that I'm no longer sure what works and what doesn't w.r.t. ECS deployment needs. It does appear that previously removed files were okay to remove, but there was just a few fixes needed here to reference the new ecs
dir correctly.
|
||
|
||
# Bundles the application so that it can be dockerized and run in ECS | ||
.PHONY: build-ecs |
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.
isn't this used on line 32 of the dockerfiles
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.
No, I left build-ecs
inside the ecs
folder.
No description provided.