Mise à jour de '.drone.yml'
continuous-integration/drone/push Build encountered an error Details

testDockerToto
Thomas CHAZOT 2 years ago
parent a97ea84f05
commit 2c094651bd

@ -8,6 +8,7 @@ steps:
# database container deployment # database container deployment
- name: deploy-container-mysql - name: deploy-container-mysql
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
ports: "3307:3306"
environment: environment:
IMAGENAME: mysql:latest IMAGENAME: mysql:latest
CONTAINERNAME: mysql CONTAINERNAME: mysql
@ -23,8 +24,7 @@ steps:
CODEFIRST_CLIENTDRONE_ENV_MYSQL_PASSWORD_TOM: CODEFIRST_CLIENTDRONE_ENV_MYSQL_PASSWORD_TOM:
from_secret: MYSQL_PASSWORD_TOM from_secret: MYSQL_PASSWORD_TOM
ADMINS: thomaschazot2,mathildejean3,lilianbreton,luciebedouret,albanguilhot,cedricbouhours,thomasbellembois ADMINS: thomaschazot2,mathildejean3,lilianbreton,luciebedouret,albanguilhot,cedricbouhours,thomasbellembois
ports:
- "3307:3306"
# docker image build # docker image build

Loading…
Cancel
Save