From 013829a602ad052beb95e561c2c07192f933cb0e Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Thu, 17 Nov 2022 11:40:05 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index d4dff19..cad710a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,10 +21,10 @@ steps: from_secret: B0bPassw0rd* - - name: deploy-container - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest - environment: - IMAGENAME: hub.docker.com/r/reactnativecommunity/react-native-android:latest - CONTAINERNAME: container_react - COMMAND: create - OVERWRITE: true \ No newline at end of file + - name: deploy-container + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest + environment: + IMAGENAME: hub.docker.com/r/reactnativecommunity/react-native-android:latest + CONTAINERNAME: container_react + COMMAND: create + OVERWRITE: true \ No newline at end of file