diff --git a/.drone.yml b/.drone.yml index 3b21f69..cf9e3d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,8 @@ steps: -Dsonar.login=$${SONAR_TOKEN} -Dsonar.language=php -Dsonar.host.url=https://codefirst.iut.uca.fr/sonar - + depends-on: [build_api_image] + - name: deploy_api_image image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: @@ -67,4 +68,4 @@ steps: CODEFIRST_CLIENTDRONE_ENV_MARIADB_PASSWORD: from_secret: db_password ADMINS: remiarnal,enzojolys,othmanebenjelloun - depends_on: [ deploy_api_image ] \ No newline at end of file + depends_on: [ deploy_api_image ]