Skip to content

Commit d6e2a4f

Browse files
Added Cloud deployment support (ST mode only)
1 parent f1f4dfc commit d6e2a4f

File tree

8 files changed

+597
-0
lines changed

8 files changed

+597
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ default-env.json
1919

2020
**/.mta/
2121
*.mtar
22+
*.mta
2223

2324
*.log*
2425
gc_history*

db/package-lock.json

Lines changed: 348 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

db/package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "deploy",
3+
"dependencies": {
4+
"hdb": "^0",
5+
"@sap/hdi-deploy": "^5"
6+
},
7+
"engines": {
8+
"node": "^22.0.0"
9+
},
10+
"scripts": {
11+
"start": "node node_modules/@sap/hdi-deploy/deploy.js --use-hdb --parameter com.sap.hana.di.table/try_fast_table_migration=true",
12+
"build": "npm ci && npx cds build .. --for hana --production"
13+
}
14+
}

0 commit comments

Comments
 (0)