From bf85760a8a5dd7e3c2a2e2bc6a143a44df2ef17f Mon Sep 17 00:00:00 2001 From: giles Date: Wed, 18 Oct 2023 19:21:52 +0100 Subject: [PATCH] ... --- .drone.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.drone.yml b/.drone.yml index 40fa673..7bdc3f6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -86,6 +86,12 @@ steps: - git fetch - git checkout deployed - git merge master + environment: + GIT_PASSWORD: + from_secret: GIT_PASSWORD + GIT_USER: + from_secret: GIT_USER + - name: "check out product-development" when: branch: @@ -96,6 +102,11 @@ steps: - git fetch - git checkout product-development - git merge format-branch + environment: + GIT_PASSWORD: + from_secret: GIT_PASSWORD + GIT_USER: + from_secret: GIT_USER - name: "convert to xml" image: sigyl/zone-10-batch2yaml:latest @@ -139,6 +150,11 @@ steps: - git add -A - git commit -m '$${DRONE_COMMIT_MESSAGE}' - git push origin + environment: + GIT_PASSWORD: + from_secret: GIT_PASSWORD + GIT_USER: + from_secret: GIT_USER volumes: - name: dockersock path: /var/run