diff --git a/.drone.yml b/.drone.yml index 48f4c7d..9a2ca4b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,9 +11,9 @@ steps: image: aosapps/drone-sonar-plugin settings: sonar_host: - from_secret: sonar_host + from_secret: SONAR_HOST sonar_token: - from_secret: sonar_token + from_secret: SONAR_TOKEN - name: docker-build-and-push image: plugins/docker