diff --git a/Code/.vs/BlazorApp/FileContentIndex/bc371e7a-a3d6-4ddb-9d92-ce3c1308bdec.vsidx b/Code/.vs/BlazorApp/FileContentIndex/fa0142e7-e9c6-4b9f-9505-45f6ec864daa.vsidx similarity index 51% rename from Code/.vs/BlazorApp/FileContentIndex/bc371e7a-a3d6-4ddb-9d92-ce3c1308bdec.vsidx rename to Code/.vs/BlazorApp/FileContentIndex/fa0142e7-e9c6-4b9f-9505-45f6ec864daa.vsidx index 5e3ed42..e05dc48 100644 Binary files a/Code/.vs/BlazorApp/FileContentIndex/bc371e7a-a3d6-4ddb-9d92-ce3c1308bdec.vsidx and b/Code/.vs/BlazorApp/FileContentIndex/fa0142e7-e9c6-4b9f-9505-45f6ec864daa.vsidx differ diff --git a/Code/ProjetBlazor/.drone.yml b/Code/ProjetBlazor/.drone.yml index 95da1c5..887e6c9 100644 --- a/Code/ProjetBlazor/.drone.yml +++ b/Code/ProjetBlazor/.drone.yml @@ -26,39 +26,3 @@ steps: - dotnet test BlazorApp.sln --no-restore depends_on: [build] - - - - name: generate-and-deploy-docs - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer - failure: ignore - volumes: - - name: docs - path: /docs - commands: - - /entrypoint.sh - when: - branch: - - master - depends_on: [ build ] - -# The volumes declaration appear at the end of the file, after all steps - - - name: docker-build - image: plugins/docker - settings: - dockerfile: Sources/Dockerfile - context: . - registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/my-group/my-application-client - username: - from_secret: SECRET_REGISTRY_USERNAME - password: - from_secret: SECRET_REGISTRY_PASSWORD - when: - branch: - - master - - -volumes: -- name: docs - temp: {}