From 0f64a08cffeb570dd49830c8d2e0d45e16445fc2 Mon Sep 17 00:00:00 2001 From: Daniel B Date: Thu, 19 Sep 2024 16:11:39 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix:=20Google=20Cloud=20deployme?= =?UTF-8?q?nt=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app.yaml b/app.yaml index e48a532..ed63684 100644 --- a/app.yaml +++ b/app.yaml @@ -18,5 +18,11 @@ runtime: nodejs20 env: standard instance_class: F1 + automatic_scaling: - max_instances: 1 \ No newline at end of file + max_instances: 1 + +handlers: + - url: /.* + secure: always + script: auto \ No newline at end of file