]> git.cworth.org Git - turbot/commitdiff
Remove flask-based deployment from "make deploy"
authorCarl Worth <cworth@cworth.org>
Tue, 13 Oct 2020 23:11:11 +0000 (16:11 -0700)
committerCarl 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

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