From bd98d8eb6e9413e4f3563b3f9c9355e8dab1e54b Mon Sep 17 00:00:00 2001 From: spassignat Date: Mon, 4 May 2026 18:03:28 +0200 Subject: [PATCH] patch: pipeline minio --- .woodpecker/deploy-pipeline.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.woodpecker/deploy-pipeline.yml b/.woodpecker/deploy-pipeline.yml index 784082c..7cc946e 100644 --- a/.woodpecker/deploy-pipeline.yml +++ b/.woodpecker/deploy-pipeline.yml @@ -7,7 +7,7 @@ variables: appleboy_drone_scp: &appleboy_drone_scp appleboy/drone-scp appleboy_drone_ssh: &appleboy_drone_ssh appleboy/drone-ssh curlimages_curl: &curlimages_curl curlimages/curl:latest - NEXUS_URL: https://nexus.cicd.exygen.fr/repository/domaine-passignat/apps + nexus_url: &nexus_url https://nexus.cicd.exygen.fr/repository/domaine-passignat/apps steps: @@ -22,6 +22,13 @@ steps: - name: get-artifact image: *curlimages_curl + environment: + NEXUS_USERNAME: + from_secret: nexus_username + NEXUS_PASSWORD: + from_secret: nexus_password + NEXUS_REPOSITORY: domaine-passignat + NEXUS_URL: *nexus_url commands: | - ls -als - more .buildinfo