pino shoudn't be a dev dependency; hopefully fixed pipeline
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2026-02-25 19:08:32 +01:00
parent 565cb0a044
commit 7fefb9a153
2 changed files with 4 additions and 2 deletions

View File

@@ -125,6 +125,7 @@ steps:
port: 22
command_timeout: 2m
script:
- export TAG=$DRONE_TAG
- export NAME=$(echo $DRONE_TAG | tr '.' '-')
- envsubst < /home/debian/manifest.yml | sudo kubectl apply -f -
@@ -165,5 +166,6 @@ steps:
port: 22
command_timeout: 2m
script:
- export NAME=$(echo $DRONE_COMMIT_SHA | cut -c1-8)
- export TAG=$(echo $DRONE_COMMIT_SHA | cut -c1-8)
- export NAME=$TAG
- envsubst < /home/debian/manifest.yml | sudo kubectl apply -f -

View File

@@ -18,6 +18,7 @@
"openai": "^6.15.0",
"pino": "^10.1.1",
"pino-http": "^11.0.0",
"pino-pretty": "^13.1.3",
"rrule": "^2.8.1",
"tsdav": "^2.1.6"
},
@@ -28,7 +29,6 @@
"@types/jest": "^30.0.0",
"@types/node": "^24.10.1",
"jest": "^30.2.0",
"pino-pretty": "^13.1.3",
"ts-jest": "^29.4.6",
"tsx": "^4.21.0",
"typescript": "^5.9.3"