.drone.yml aktualisiert
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2026-03-07 21:30:43 +00:00
parent 1b2d02f7b2
commit dbf410b8df
+1 -2
View File
@@ -41,10 +41,9 @@ steps:
environment:
GITEA_TOKEN:
from_secret: gitea_token
DRONE_COMMIT_SHA: ${DRONE_COMMIT_SHA}
commands:
- git clone https://mnky:$GITEA_TOKEN@gitea.mnky-code.de/mnky/k8s-manifests
- cd k8s-manifests
- cd k8s-manifetch
- sed -i "s|image:.*ngrx-playground.*|image: gitea.mnky-code.de/mnky/ngrx-playground:$DRONE_COMMIT_SHA|" ngrx-playground/deployment.yaml
- git config user.email "drone@ci"
- git config user.name "Drone CI"