File tree Expand file tree Collapse file tree 3 files changed +256
-105
lines changed Expand file tree Collapse file tree 3 files changed +256
-105
lines changed Original file line number Diff line number Diff line change @@ -36,28 +36,12 @@ include base.mk
36
36
# ------------------------------------------------------------------------------
37
37
#
38
38
# E.g.
39
- #
39
+ #
40
+ # Uncomment the next line to include additional makefiles
41
+ # include project.mk
40
42
#
41
43
# Uncomment the next line to customize the project name variable
42
44
# PROJECT_NAME := project
43
45
#
44
- # Uncomment the next line to include additional makefiles
45
- include pillow.mk
46
- #
47
46
# Uncomment the next line to customize the default goal
48
47
# .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
You can’t perform that action at this time.
0 commit comments