diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..0e19a1f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,18 @@ +kind: pipeline +type: docker +name: ScienceQuestPhp + +trigger: + branch: + - php + event: + - push + +steps: + - name: code-analysis-php + image: aosapps/drone-sonar-plugin + settings: + sonar_host: + from_secret: sonar_host + sonar_token: + from_secret: sonar_sae_token \ No newline at end of file