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

testDockerToto
Thomas CHAZOT 2 years ago
parent 6288f5b1cb
commit 27c3ac460c

@ -63,6 +63,19 @@ steps:
depends_on: [ deploy-container-mysql, container-api ]
#container deployment
- name: deploy-php-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
ports: - 8899:80
environment:
IMAGENAME: phpmyadmin/phpmyadmin:latest
CONTAINERNAME: phpmyadmin
COMMAND: create
#OVERWRITE: true
ADMINS: thomaschazot2,mathildejean3,lilianbreton,luciebedouret,albanguilhot,cedricbouhours,thomasbellembois
# # docker image build
# - name: docker-build-and-push
# image: plugins/docker

Loading…
Cancel
Save