Skip to content

Commit

Permalink
Update Makefile for answering test question
Browse files Browse the repository at this point in the history
  • Loading branch information
byhbt committed Dec 6, 2021
1 parent a726d87 commit 7ec5b0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ create_mix_project:
# Y - in response to Will you host this project on Github?
# Y - in response to Do you want to generate the .github/ISSUE_TEMPLATE and .github/PULL_REQUEST_TEMPLATE?
# Y - in response to Do you want to generate the Github Action workflow?
# Y - in response to Do you want to generate the Github Action to deploy to AWS ECS?
# Y - in response to Would you like to add the Oban addon?
# Y - in response to Would you like to add the ExVCR addon?
common_addon_prompts = Y\nY\nY\nY\nY\n
common_addon_prompts = Y\nY\nY\nY\nY\nY\n

web_addon_prompts =

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

# Y - in response to Fetch and install dependencies?
post_setup_addon_prompts = Y\n
Expand Down

0 comments on commit 7ec5b0b

Please sign in to comment.