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 -