diff --git a/.drone.yml b/.drone.yml index 6e46c57..9e35e8c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,11 +2,14 @@ kind: pipeline type: docker name: API_Formulaire + trigger: event: - push + steps: + #PHP compilation with php -l - name: PHP_Compilation image: php:8.1 @@ -47,6 +50,7 @@ steps: ADMINS: dorianhodin,alexislamande,baptistebaverel,johanlachenal depends_on: [ set_api_form ] + # database container deployment - name: db_form image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest @@ -65,4 +69,3 @@ steps: from_secret: db_password ADMINS: dorianhodin,alexislamande,baptistebaverel,johanlachenal depends_on: [ deploy_api_form ] -