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

testDockerToto
Thomas CHAZOT 2 years ago
parent c7295cb1ea
commit a97ea84f05

@ -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:
- 3307:3306
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:
- "3307:3306"
# docker image build

Loading…
Cancel
Save