test deploy
continuous-integration/drone/push Build is failing Details

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

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

Loading…
Cancel
Save