Try to deploy 6
continuous-integration/drone/push Build is failing Details

master
dorian.hodin 2 years ago
parent e1d645fdbf
commit 8354ecc03e

@ -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 ]

Loading…
Cancel
Save