diff --git a/.drone.yml b/.drone.yml index c6ac7ec..df3b098 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,7 +43,7 @@ steps: - name: deploy-web-image image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest - environement: + environment: IMAGENAME: hub.codefirst.iut.uca.fr/remi.arnal/smartfit_web CONTAINERNAME: smartfit_web COMMAND: create @@ -66,6 +66,6 @@ steps: # - sonar-scanner -D sonar.projectKey=SmartFit_Mobile -D sonar.sources=. -D sonar.host.url=https://codefirst.iut.uca.fr/sonar -D sonar.login=$${SONAR_TOKEN} # depends_on: [ build-apk, build-web ] -volumes: - - name: build - temp: {} +# volumes: +# - name: build +# temp: {} \ No newline at end of file