mirror of
https://github.com/p-stream/backend.git
synced 2026-01-11 12:00:45 +00:00
Fixed up railpack.json
This commit is contained in:
parent
b80e2deedd
commit
e69c70c725
1 changed files with 6 additions and 8 deletions
|
|
@ -43,6 +43,7 @@
|
|||
"step": "build"
|
||||
}
|
||||
],
|
||||
"startCommand": "node .output/server/index.mjs",
|
||||
"variables": {
|
||||
"CI": "true",
|
||||
"NODE_ENV": "production",
|
||||
|
|
@ -51,8 +52,8 @@
|
|||
"NPM_CONFIG_UPDATE_NOTIFIER": "false"
|
||||
}
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"steps": {
|
||||
"packages:mise": {
|
||||
"assets": {
|
||||
"mise.toml": "[tools]\n [tools.node]\n version = \"22.20.0\"\n"
|
||||
},
|
||||
|
|
@ -75,7 +76,6 @@
|
|||
"image": "ghcr.io/railwayapp/railpack-builder:latest"
|
||||
}
|
||||
],
|
||||
"name": "packages:mise",
|
||||
"variables": {
|
||||
"MISE_CACHE_DIR": "/mise/cache",
|
||||
"MISE_CONFIG_DIR": "/mise",
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
"MISE_SHIMS_DIR": "/mise/shims"
|
||||
}
|
||||
},
|
||||
{
|
||||
"install": {
|
||||
"caches": [
|
||||
"npm-install"
|
||||
],
|
||||
|
|
@ -111,7 +111,6 @@
|
|||
"local": true
|
||||
}
|
||||
],
|
||||
"name": "install",
|
||||
"variables": {
|
||||
"CI": "true",
|
||||
"NODE_ENV": "production",
|
||||
|
|
@ -120,7 +119,7 @@
|
|||
"NPM_CONFIG_UPDATE_NOTIFIER": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"build": {
|
||||
"caches": [
|
||||
"node-modules"
|
||||
],
|
||||
|
|
@ -140,10 +139,9 @@
|
|||
"local": true
|
||||
}
|
||||
],
|
||||
"name": "build",
|
||||
"secrets": [
|
||||
"*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue