rechangement
continuous-integration/drone/push Build is passing Details

master
Alexandre GLENAT 2 years ago
parent 354a9d72e5
commit 5f14db70d9

@ -25,9 +25,10 @@ steps:
- cd Sources/
- dotnet restore ApiSolution.sln
- dotnet test ApiSolution.sln --no-restore
depends_on: [build]
depends_on:
- build
- name: docker-build
- name: docker-build-and-push
image: plugins/docker
settings:
dockerfile: Sources/Api/Dockerfile
@ -38,7 +39,11 @@ steps:
from_secret: SECRET_REGISTRY_USERNAME
password:
from_secret: SECRET_REGISTRY_PASSWORD
depends_on: [tests]
depends_on:
- tests
when:
branch:
- master
- name: deploy-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest

Binary file not shown.
Loading…
Cancel
Save