This commit is contained in:
+1
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user