This commit is contained in:
2026-02-25 20:09:52 +01:00
parent 7fefb9a153
commit e3a6802fe4

View File

@@ -126,7 +126,7 @@ steps:
command_timeout: 2m command_timeout: 2m
script: script:
- export TAG=$DRONE_TAG - export TAG=$DRONE_TAG
- export NAME=$(echo $DRONE_TAG | tr '.' '-') - export NAME=$(echo $DRONE_TAG | tr -d '.')
- envsubst < /home/debian/manifest.yml | sudo kubectl apply -f - - envsubst < /home/debian/manifest.yml | sudo kubectl apply -f -
--- ---