From 4e108a3a185b374973e04ab589eca367b48a5409 Mon Sep 17 00:00:00 2001 From: Stefan H Date: Wed, 8 Feb 2023 11:43:05 +0100 Subject: [PATCH] Falschen environment-Abschnitt korrigiert --- .drone.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 303b750..57a94ff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,24 +8,20 @@ branch: - master steps: - - name: Version check image: klakegg/hugo:ext-alpine-ci commands: - echo "Checking Hugo version." - hugo version - hugo mod graph - - name: Submodules image: alpine/git commands: - git submodule update --init --recursive - - name: Build image: klakegg/hugo:ext-alpine-ci commands: - hugo --destination /drone/src/build - - name: Upload image: drillster/drone-rsync commands: @@ -35,7 +31,9 @@ steps: - echo -e "Host *\\n\\tStrictHostKeyChecking no\\n\\n" > ~/.ssh/config # - rsync -rv -e "ssh -p 22222" /drone/src/build/ hadr@server4.unhb.de:/htdocs/ --checksum - scp -P 22222 -r /drone/src/build/* hadr@server4.un-hack-bar.de:/htdocs/ - + environment: + SSH_KEY: + from_secret: drone_ssh_key - name: notify image: plugins/matrix settings: @@ -53,9 +51,6 @@ steps: {{/success}} :stopwatch: {{ since build.started }} :gear: {{build.link}} - environment: - SSH_KEY: - from_secret: drone_ssh_key MATRIX_PASSWD: from_secred: matrix_password \ No newline at end of file