Skip to content

Commit 7ec5b0b

Browse files
committed
Update Makefile for answering test question
1 parent a726d87 commit 7ec5b0b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ create_mix_project:
1313
# Y - in response to Will you host this project on Github?
1414
# Y - in response to Do you want to generate the .github/ISSUE_TEMPLATE and .github/PULL_REQUEST_TEMPLATE?
1515
# Y - in response to Do you want to generate the Github Action workflow?
16+
# Y - in response to Do you want to generate the Github Action to deploy to AWS ECS?
1617
# Y - in response to Would you like to add the Oban addon?
1718
# Y - in response to Would you like to add the ExVCR addon?
18-
common_addon_prompts = Y\nY\nY\nY\nY\n
19+
common_addon_prompts = Y\nY\nY\nY\nY\nY\n
1920

2021
web_addon_prompts =
2122

@@ -26,8 +27,9 @@ live_addon_prompts =
2627
# Y - in response to Will you host this project on Github?
2728
# Y - in response to Do you want to generate the .github/ISSUE_TEMPLATE and .github/PULL_REQUEST_TEMPLATE?
2829
# Y - in response to Do you want to generate the Github Action workflow?
30+
# N - in response to Do you want to generate the Github Action to deploy to AWS ECS?
2931
# Y - in response to Would you like to add the Mimic addon?
30-
mix_addon_prompts = Y\nY\nY\nY\n
32+
mix_addon_prompts = Y\nY\nY\nN\nY\n
3133

3234
# Y - in response to Fetch and install dependencies?
3335
post_setup_addon_prompts = Y\n

0 commit comments

Comments
 (0)