-
Notifications
You must be signed in to change notification settings - Fork 0
/
mta.yaml
87 lines (87 loc) · 2.06 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
_schema-version: "3.1"
ID: cap-features-demos
description: A simple CAP project.
version: 1.0.0
modules:
- name: cap-features-demos-srv
type: nodejs
path: gen/srv
requires:
- name: cap-features-demos-db
provides:
- name: srv-api
properties:
srv-url: ${default-url}
parameters:
buildpack: nodejs_buildpack
build-parameters:
builder: npm
- name: cap-features-demos-db-deployer
type: hdb
path: gen/db
requires:
- name: cap-features-demos-db
parameters:
buildpack: nodejs_buildpack
- name: cap-features-demos-app-content
type: com.sap.application.content
path: .
requires:
- name: cap-features-demos-repo-host
parameters:
content-target: true
build-parameters:
build-result: resources
requires:
- artifacts:
- pocpoctotals.zip
name: pocpoctotals
target-path: resources/
- name: pocpoctotals
type: html5
path: app/poc_totals
build-parameters:
build-result: dist
builder: custom
commands:
- npm install
- npm run build:cf
supported-platforms: []
resources:
- name: cap-features-demos-db
type: com.sap.xs.hdi-container
parameters:
service: hana
service-plan: hdi-shared
- name: cap-features-demos-repo-host
type: org.cloudfoundry.managed-service
parameters:
service: html5-apps-repo
service-name: cap-features-demos-html5-srv
service-plan: app-host
- name: cap-features-demos-destination-service
type: org.cloudfoundry.managed-service
parameters:
config:
HTML5Runtime_enabled: false
init_data:
instance:
destinations:
- Authentication: NoAuthentication
Name: ui5
ProxyType: Internet
Type: HTTP
URL: https://ui5.sap.com
existing_destinations_policy: update
version: 1.0.0
service: destination
service-name: cap-features-demos-destination-service
service-plan: lite
parameters:
deploy_mode: html5-repo
enable-parallel-deployments: true
build-parameters:
before-all:
- builder: custom
commands:
- npx cds build --production