Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions mta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ build-parameters:
commands:
- npm ci
- npx cds build shared-db --for hana --production
- npx cds build orders --for nodejs --production --ws-pack
- npx cds build orders --for nodejs --production
- npx cds build reviews --for nodejs --production
- npx cds build bookstore --for nodejs --production --ws-pack
- npx cds build bookstore --for nodejs --production
modules:
- name: orders-srv
type: nodejs
Expand All @@ -24,7 +24,7 @@ modules:
disk-quota: 256M
memory: 256M
build-parameters:
builder: npm
builder: npm-ci
provides:
- name: orders-api
properties:
Expand All @@ -45,7 +45,7 @@ modules:
disk-quota: 256M
memory: 256M
build-parameters:
builder: npm
builder: npm-ci
provides:
- name: reviews-api
properties:
Expand All @@ -69,7 +69,7 @@ modules:
cds_requires_ReviewsService_credentials: {"destination": "reviews-dest","path": "/reviews"}
cds_requires_OrdersService_credentials: {"destination": "orders-dest","path": "/odata/v4/orders"}
build-parameters:
builder: npm
builder: npm-ci
provides:
- name: bookstore-api
properties:
Expand Down