Skip to content

Commit 6cb4599

Browse files
committed
Updates
- package versions - makefiles - djlint
1 parent f70d614 commit 6cb4599

File tree

7 files changed

+6728
-1217
lines changed

7 files changed

+6728
-1217
lines changed

Makefile

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# License
1010
# ------------------------------------------------------------------------------
1111
#
12-
# Copyright 2016—2021 Jeffrey A. Clark, "Alex"
12+
# Copyright 2016—2023 Jeffrey A. Clark (Alex)
1313
#
1414
# Permission is hereby granted, free of charge, to any person obtaining a copy
1515
# of this software and associated documentation files (the "Software"), to deal
@@ -39,20 +39,25 @@ include base.mk
3939
#
4040
#
4141
# Uncomment the next line to customize the project name variable
42-
#PROJECT_NAME := my_project
42+
#PROJECT_NAME := project
4343
#
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-
5444
# Uncomment the next line to include additional makefiles
5545
include pillow.mk
5646
#
5747
# 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

Comments
 (0)