diff --git a/.drone.yml b/.drone.yml index 1784ac4..b2e46f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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"