diff --git a/.drone.yml b/.drone.yml index a20dcd1..c9ff76e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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