.drone.yml update
continuous-integration/drone/push Build is failing Details

Projet
dorian.hodin 2 years ago
parent fe7edad43e
commit e07062b4d5

@ -52,14 +52,16 @@ steps:
- master - master
- Projet - Projet
- name: deploy-website #- name: deploy-website
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest # image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment: # environment:
IMAGENAME: hub.codefirst.iut.uca.fr/dorian.hodin/projetblazor:latest # IMAGENAME: hub.codefirst.iut.uca.fr/dorian.hodin/projetblazor:latest
CONTAINERNAME: blazor # CONTAINERNAME: blazor
COMMAND: create # COMMAND: create
OVERWRITE: true # OVERWRITE: true
depends_on: [docker-build] # depends_on: [docker-build]
volumes: volumes:
- name: docs - name: docs
temp: {} temp: {}
Loading…
Cancel
Save