-
Notifications
You must be signed in to change notification settings - Fork 0
/
mta.yaml
50 lines (50 loc) · 1.09 KB
/
mta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
_schema-version: "3.2"
ID: TechEd20
version: 0.0.1
modules:
- name: teched20-approuter
type: approuter.nodejs
path: teched20-approuter
requires:
- name: TechEd20_html_repo_runtime
parameters:
disk-quota: 256M
memory: 256M
- name: TechEd20_ui_deployer
type: com.sap.application.content
path: .
requires:
- name: TechEd20_html_repo_host
parameters:
content-target: true
build-parameters:
build-result: resources
requires:
- artifacts:
- SensorManager-content.zip
name: SensorManager
target-path: resources/
- name: SensorManager
type: html5
path: SensorManager
build-parameters:
builder: custom
commands:
- npm run build
supported-platforms: []
resources:
- name: TechEd20_html_repo_runtime
type: org.cloudfoundry.managed-service
parameters:
service: html5-apps-repo
service-plan: app-runtime
- name: TechEd20_html_repo_host
type: org.cloudfoundry.managed-service
parameters:
service: html5-apps-repo
service-plan: app-host
build-parameters:
before-all:
- builder: custom
commands:
- npm install