-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmta.yaml
More file actions
84 lines (84 loc) · 2.17 KB
/
Copy pathmta.yaml
File metadata and controls
84 lines (84 loc) · 2.17 KB
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
_schema-version: "3.2"
ID: customui
version: 0.0.1
modules:
- name: customui-destination-content
type: com.sap.application.content
requires:
- name: customui-destination-service
parameters:
content-target: true
- name: customui_html_repo_host
parameters:
service-key:
name: customui_html_repo_host-key
- name: uaa_customui
parameters:
service-key:
name: uaa_customui-key
parameters:
content:
instance:
destinations:
- Name: bpServiceManaged_customui_html_repo_host
ServiceInstanceName: customui-html5-app-host-service
ServiceKeyName: customui_html_repo_host-key
sap.cloud.service: bpServiceManaged
- Authentication: OAuth2UserTokenExchange
Name: bpServiceManaged_uaa_customui
ServiceInstanceName: customui-xsuaa-service
ServiceKeyName: uaa_customui-key
sap.cloud.service: bpServiceManaged
existing_destinations_policy: ignore
build-parameters:
no-source: true
- name: customui_ui_deployer
type: com.sap.application.content
path: .
requires:
- name: customui_html_repo_host
parameters:
content-target: true
build-parameters:
build-result: resources
requires:
- artifacts:
- BP-content.zip
name: BP
target-path: resources/
- name: BP
type: html5
path: BP
build-parameters:
builder: custom
commands:
- npm run build
supported-platforms: []
resources:
- name: customui-destination-service
type: org.cloudfoundry.managed-service
parameters:
config:
HTML5Runtime_enabled: true
version: 1.0.0
service: destination
service-name: customui-destination-service
service-plan: lite
- name: customui_html_repo_host
type: org.cloudfoundry.managed-service
parameters:
service: html5-apps-repo
service-name: customui-html5-app-host-service
service-plan: app-host
- name: uaa_customui
type: org.cloudfoundry.managed-service
parameters:
path: ./xs-security.json
service: xsuaa
service-name: customui-xsuaa-service
service-plan: application
build-parameters:
before-all:
- builder: custom
commands:
- npm install