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

testDockerToto
Thomas CHAZOT 3 years ago
parent 87d96e5381
commit aeb0ad2277

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

Loading…
Cancel
Save