From: Jérôme Benoit Date: Thu, 17 Dec 2020 14:06:23 +0000 (+0100) Subject: Add initial Cloud MTA Build Tool support. X-Git-Tag: v1.0.1-0~154^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=4cfaecd9aa8a51ea1b4a8647d1e14960fdc3825a;p=e-mobility-charging-stations-simulator.git Add initial Cloud MTA Build Tool support. Signed-off-by: Jérôme Benoit --- diff --git a/.gitignore b/.gitignore index 113248a3..2b4ebbd7 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,7 @@ Thumbs.db # Winston *-audit.json + +# MTA +*.mta +mta_archives/ diff --git a/mta.yaml b/mta.yaml new file mode 100644 index 00000000..ecb76309 --- /dev/null +++ b/mta.yaml @@ -0,0 +1,20 @@ +ID: ev-simulator +_schema-version: '3.3' +version: 0.0.1 + +build-parameters: + before-all: + - builder: custom + commands: + - npm install + - npm run build:prod + +resources: + - name: dynatrace-service + type: user-provided-service + optional: true + +modules: + - name: ev-simulator + type: nodejs + path: dist