File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ create_mix_project:
13
13
# Y - in response to Will you host this project on Github?
14
14
# Y - in response to Do you want to generate the .github/ISSUE_TEMPLATE and .github/PULL_REQUEST_TEMPLATE?
15
15
# 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?
16
17
# Y - in response to Would you like to add the Oban addon?
17
18
# 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
19
20
20
21
web_addon_prompts =
21
22
@@ -26,8 +27,9 @@ live_addon_prompts =
26
27
# Y - in response to Will you host this project on Github?
27
28
# Y - in response to Do you want to generate the .github/ISSUE_TEMPLATE and .github/PULL_REQUEST_TEMPLATE?
28
29
# 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?
29
31
# 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
31
33
32
34
# Y - in response to Fetch and install dependencies?
33
35
post_setup_addon_prompts = Y\n
You can’t perform that action at this time.
0 commit comments