Update '.drone.yml'
continuous-integration/drone/push Build is passing Details

master
Félix MIELCAREK 2 years ago
parent 839489d8df
commit cc3ebc46e4

@ -10,25 +10,25 @@ trigger:
- push - push
steps: steps:
- name: deploy-container # - name: deploy-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest # image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment: # environment:
IMAGENAME: hub.codefirst.iut.uca.fr/felix.mielcarek/openlibraryws_wrapper:latest # IMAGENAME: hub.codefirst.iut.uca.fr/felix.mielcarek/openlibraryws_wrapper:latest
CONTAINERNAME: openlibraryws_wrapper # CONTAINERNAME: openlibraryws_wrapper
COMMAND: create # COMMAND: create
OVERWRITE: true # OVERWRITE: true
# - name: docker-build-and-push - name: docker-build-and-push
# image: plugins/docker image: plugins/docker
# settings: settings:
# dockerfile: Sources/OpenLibraryWrapper/Dockerfile dockerfile: Sources/OpenLibraryWrapper/Dockerfile
# context: Sources/ context: Sources/
# registry: hub.codefirst.iut.uca.fr registry: hub.codefirst.iut.uca.fr
# repo: hub.codefirst.iut.uca.fr/felix.mielcarek/openlibraryws_wrapper repo: hub.codefirst.iut.uca.fr/felix.mielcarek/openlibraryws_wrapper
# username: username:
# from_secret: SECRET_REGISTRY_USERNAME from_secret: SECRET_REGISTRY_USERNAME
# password: password:
# from_secret: SECRET_REGISTRY_PASSWORD from_secret: SECRET_REGISTRY_PASSWORD
# - name: generate-swagger # - name: generate-swagger
# image: mcr.microsoft.com/dotnet/sdk:7.0 # image: mcr.microsoft.com/dotnet/sdk:7.0

Loading…
Cancel
Save