You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ install_phoenix:
6
6
7
7
create_phoenix_project:
8
8
mix phx.new ${PROJECT_DIRECTORY}${OPTIONS}
9
-
9
+
10
10
create_mix_project:
11
11
mix new ${PROJECT_DIRECTORY}${OPTIONS}
12
12
@@ -16,14 +16,19 @@ create_mix_project:
16
16
# Y - in response to Do you want to generate the Github Action workflows: Deploy to Heroku?
17
17
# Y - in response to Do you want to generate the .github/.workflow/README file?
18
18
# Y - in response to Do you want to publish a Github Wiki for this project? You'd need to manually create the first Github Wiki Page and set the GH_TOKEN and GH_EMAIL secret for this to properly function.
19
+
# Y - in response to Do you want to generate the Github Action to deploy to AWS ECS?
19
20
# Y - in response to Would you like to add the Oban addon?
20
21
# Y - in response to Would you like to add the ExVCR addon?
21
22
common_addon_prompts = Y\nY\nY\nY\nY\nY\nY\nY\n
22
23
24
+
<<<<<<< HEAD
23
25
# Y - in response to Would you like to add the SVG Sprite addon?
24
26
web_addon_prompts = Y\n
27
+
=======
28
+
web_addon_prompts =
29
+
>>>>>>> 0ff285f (Update Makefile for answering test question)
25
30
26
-
api_addon_prompts =
31
+
api_addon_prompts =
27
32
28
33
# Y - in response to Would you like to add the SVG Sprite addon?
29
34
live_addon_prompts = Y\n
@@ -33,6 +38,7 @@ live_addon_prompts = Y\n
33
38
# Y - in response to Do you want to generate the Github Action workflow: Test?
34
39
# Y - in response to Do you want to generate the .github/.workflow/README file?
35
40
# Y - in response to Do you want to publish a Github Wiki for this project? You'd need to manually create the first Github Wiki Page and set the GH_TOKEN and GH_EMAIL secret for this to properly function.
41
+
# N - in response to Do you want to generate the Github Action to deploy to AWS ECS?
36
42
# Y - in response to Would you like to add the Mimic addon?
0 commit comments