From 668e9669474533f32cec1a0fb6abf8c4a010624b Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 13 Oct 2020 16:11:11 -0700 Subject: [PATCH] Remove flask-based deployment from "make deploy" For now, we're going to focus only on the Lambda-based implementation. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0