test deploy
continuous-integration/drone/push Build encountered an error Details

pull/29/head
Maxime ROCHER 3 months ago
parent 67252ff84f
commit fab75f2fe8

@ -71,14 +71,14 @@ steps:
depends_on: [ build, tests, code-analysis ] depends_on: [ build, tests, code-analysis ]
- name: deploy - name: deploy
image: hub.codefirst.iut.uca.fr/celeste.barbosa/codefirst-dockerproxy-clientdrone image: hub.codefirst.iut.uca.fr/celeste.barbosa/codefirst-dockerproxy-clientdrone
environment: environment:
IMAGENAME: hub.codefirst.iut.uca.fr/whatthefantasy/wf-webadmin IMAGENAME: hub.codefirst.iut.uca.fr/whatthefantasy/wf-webadmin
CONTAINERNAME: WF-WebAdmin CONTAINERNAME: WF-WebAdmin
COMMAND: create COMMAND: create
OVERWRITE: true OVERWRITE: true
ADMINS: maximerocher,kevinmondejar,lenibeaulaton,kentinbrongniart,tommynguyen,louisguichard ADMINS: maximerocher,kevinmondejar,lenibeaulaton,kentinbrongniart,tommynguyen
when: when:
branch: branch:
- master - master
depends_on: [ docker-build ] depends_on: [ docker_build ]

Loading…
Cancel
Save