690419:1831 feat: update CI/CD to use SSH key authentication #05
CI / CD Pipeline / build (push) Failing after 4m57s
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-04-19 18:31:30 +07:00
parent 733f3c3987
commit 13745e5874
61 changed files with 6709 additions and 1241 deletions
+13 -3
View File
@@ -37,11 +37,11 @@
},
"pnpm": {
"overrides": {
"fast-xml-parser": "^5.3.5",
"fast-xml-parser": ">=5.5.7",
"@nestjs/terminus": "^11.0.0",
"reflect-metadata": "^0.2.2",
"jws@<3.2.3": ">=3.2.3",
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
"lodash@>=4.0.0 <=4.17.23": ">=4.18.0",
"undici@<6.23.0": ">=6.23.0",
"undici@>=7.0.0 <7.18.2": ">=7.18.2",
"diff@>=4.0.0 <4.0.4": ">=4.0.4",
@@ -71,7 +71,17 @@
"undici@>=6.0.0 <6.24.0": ">=6.24.0",
"undici@<6.24.0": ">=6.24.0",
"file-type@>=20.0.0 <=21.3.1": ">=21.3.2",
"socket.io-parser@>=4.0.0 <4.2.6": ">=4.2.6"
"socket.io-parser@>=4.0.0 <4.2.6": ">=4.2.6",
"handlebars@>=4.0.0 <=4.7.8": ">=4.7.9",
"vite@>=7.0.0 <=7.3.1": ">=7.3.2",
"picomatch@<2.3.2": ">=2.3.2",
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4",
"path-to-regexp@>=8.0.0 <8.4.0": ">=8.4.0",
"brace-expansion@>=1.0.0 <1.1.13": ">=1.1.13",
"brace-expansion@>=5.0.0 <5.0.5": ">=5.0.5",
"yaml@<2.8.3": ">=2.8.3",
"nodemailer@>=8.0.0 <8.0.5": ">=8.0.5",
"follow-redirects@<=1.15.11": ">=1.16.0"
}
}
}