From 8cceaccb1936a961f4f88b6766a84586590d7371 Mon Sep 17 00:00:00 2001 From: Siegfried Ehret Date: Wed, 26 May 2021 21:17:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20remove=20up=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- up.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 up.json diff --git a/up.json b/up.json deleted file mode 100755 index 7c32b09..0000000 --- a/up.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "nyrst", - "profile": "nyrst", - "lambda": { - "runtime": "nodejs14.x" - }, - "type": "static", - "static": { - "dir": "build" - }, - "regions": ["eu-central-1"], - "stages": { - "production": { - "domain": "nyrst.tools" - } - } -} -- 2.45.2