|
9 | 9 | # License |
10 | 10 | # ------------------------------------------------------------------------------ |
11 | 11 | # |
12 | | -# Copyright 2016—2021 Jeffrey A. Clark, "Alex" |
| 12 | +# Copyright 2016—2023 Jeffrey A. Clark (Alex) |
13 | 13 | # |
14 | 14 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
15 | 15 | # of this software and associated documentation files (the "Software"), to deal |
@@ -39,20 +39,25 @@ include base.mk |
39 | 39 | # |
40 | 40 | # |
41 | 41 | # Uncomment the next line to customize the project name variable |
42 | | -#PROJECT_NAME := my_project |
| 42 | +#PROJECT_NAME := project |
43 | 43 | # |
44 | | -# Uncomment the next line to customize the commit message variable |
45 | | -#GIT_COMMIT := My awesome update |
46 | | -# |
47 | | -# Uncomment the next two lines to customize the default edit target |
48 | | -#edit: |
49 | | -# vi my_project.py |
50 | | -# |
51 | | -# Uncomment the next two lines to customize the default db-init target |
52 | | -#db-init: my-init |
53 | | - |
54 | 44 | # Uncomment the next line to include additional makefiles |
55 | 45 | include pillow.mk |
56 | 46 | # |
57 | 47 | # Uncomment the next line to customize the default goal |
58 | | -.DEFAULT_GOAL := git-edit-push |
| 48 | +#.DEFAULT_GOAL := git-commit-push |
| 49 | + |
| 50 | +# Uncomment and edit the next 12 lines to customize the eb-create goal |
| 51 | +# eb-create: |
| 52 | +# export PLATFORM=\"64bit\ Amazon\ Linux\ 2\ v3.3.13\ running\ Python\ 3.8\";\ |
| 53 | +# export AWS_PROFILE=profile;\ |
| 54 | +# export AWS_EB_PROFILE=profile;\ |
| 55 | +# export ENV_NAME=env;\ |
| 56 | +# export INSTANCE_TYPE=t3.micro;\ |
| 57 | +# export LB_TYPE=application;\ |
| 58 | +# export SSH_KEY=key;\ |
| 59 | +# export VPC_ID=vpc;\ |
| 60 | +# export VPC_SG=sg;\ |
| 61 | +# export VPC_SUBNET_EC2=subnet;\ |
| 62 | +# export VPC_SUBNET_ELB=subnet;\ |
| 63 | +# $(MAKE) eb-create-default |
0 commit comments