diff --git a/.drone.yml b/.drone.yml index 2169c44..1975649 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,10 @@ trigger: - push steps: + - name: code-analysis + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-flutter + commands: + - cd src/ # database container deployment - name: deploy-container-postgresql image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest @@ -31,4 +35,6 @@ steps: environment: IMAGENAME: adminer CONTAINERNAME: adminer - COMMAND: create \ No newline at end of file + COMMAND: create + OVERWRITE: true + ADMINS: emrekartal,louisonparant,davidd_almeida,lucasdelanier,arthurvalin \ No newline at end of file