projects
/
turbot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa2bae2
)
Remove flask-based deployment from "make deploy"
author
Carl Worth
<cworth@cworth.org>
Tue, 13 Oct 2020 23:11:11 +0000
(16:11 -0700)
committer
Carl Worth
<cworth@cworth.org>
Tue, 13 Oct 2020 23:11:11 +0000
(16:11 -0700)
For now, we're going to focus only on the Lambda-based implementation.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index f9c987d6076f0a359eca326412b6dc6002bfdbf7..de0462c485bbcecf62317d5d78f5a0f21ee3717c 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-89,4
+89,4
@@
deploy-lambda:
rm -rf .deploy-lambda-source
.PHONY: deploy
-deploy: deploy-
flask deploy-
lambda
+deploy: deploy-lambda