From: Carl Worth Date: Tue, 13 Oct 2020 23:11:11 +0000 (-0700) Subject: Remove flask-based deployment from "make deploy" X-Git-Url: https://git.cworth.org/git?p=turbot;a=commitdiff_plain;h=668e9669474533f32cec1a0fb6abf8c4a010624b Remove flask-based deployment from "make deploy" For now, we're going to focus only on the Lambda-based implementation. --- diff --git a/Makefile b/Makefile index f9c987d..de0462c 100644 --- 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