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