Back to old version, try to deploy
continuous-integration/drone/push Build is passing Details

master
dorian.hodin 2 years ago
parent 76c6702e14
commit 81f1010eec

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

Loading…
Cancel
Save