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
+3-2
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,8 @@ 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
+
# Y - in response to Do you want to generate the Github Action workflows: Deploy to Heroku?
20
+
# Y - in response to Do you want to generate the Github Action workflows: Deploy to AWS ECS?
20
21
# Y - in response to Would you like to add the Oban addon?
21
22
# Y - in response to Would you like to add the ExVCR addon?
# Y - in response to Do you want to generate the Github Action workflow: Test?
39
40
# Y - in response to Do you want to generate the .github/.workflow/README file?
40
41
# 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?
42
+
#Y - in response to Do you want to generate the Github Action to deploy to AWS ECS?
42
43
# Y - in response to Would you like to add the Mimic addon?
@@ -139,14 +149,6 @@ defmodule NimbleTemplate.Addons.Github do
139
149
Most of the documentation is located in the `.github/wiki` directory, which is published to the [project's Github wiki](https://github.com/[REPO]/wiki).
0 commit comments