Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is passing Details

master
Maxence LANONE 2 years ago
parent 9ee6eace11
commit d08873b776

@ -20,10 +20,11 @@ steps:
from_secret: SECRET_REGISTRY_PASSWORD
# container deployment
# - name: deploy-container
# image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
# environment:
# IMAGENAME: hub.codefirst.iut.uca.fr/maxence.lanone/drone-sonarplugin-reactnative:latest
# CONTAINERNAME: drone-sonarplugin-reactnative
# COMMAND: create
# OVERWRITE: true
- name: deploy-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment:
IMAGENAME: hub.codefirst.iut.uca.fr/maxence.lanone/drone-sonarplugin-reactnative:latest
CONTAINERNAME: drone-sonarplugin-reactnative
COMMAND: create
OVERWRITE: true
depends_on: [ docker-build-and-push ]
Loading…
Cancel
Save