diff --git a/.drone.yml b/.drone.yml index 2195114..d274fd5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ trigger: steps: - - name: Formulaire + - name: image-app image: plugins/docker settings: dockerfile: ./Dockerfile @@ -24,11 +24,11 @@ steps: image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: IMAGENAME: hub.codefirst.iut.uca.fr/dorian.hodin/sae4.01_formulaire:latest - CONTAINERNAME: Formulaire + CONTAINERNAME: image-app COMMAND: create OVERWRITE: true ADMINS: dorianhodin,alexislamande,baptistebaverel,johanlachenal - depends_on: [ Formulaire ] + depends_on: [ image-app ] - name: setup_PHP_for_SonarQube image: sonarsource/sonar-scanner-cli