roll back
continuous-integration/drone/push Build is passing Details

pull/29/head
Maxime ROCHER 2 months ago
parent 6eef595777
commit 757643c47b

@ -69,22 +69,3 @@ steps:
password:
from_secret: docker_password
depends_on: [ build, tests, code-analysis ]
- name: deploy
image: mcr.microsoft.com/dotnet/aspnet:6.0
environment:
IMAGENAME: hub.codefirst.iut.uca.fr/whatthefantasy/wf-webadmin
CONTAINERNAME: WF-WebAdmin
COMMAND: create
OVERWRITE: true
ADMINS: maximerocher,kevinmondejar,lenibeaulaton,kentinbrongniart,tommynguyen
commands:
- dotnet /app/WF-WebAdmin.dll
when:
branch:
- master
depends_on: [ docker_build ]
volumes:
- name: docs
temp: {}
Loading…
Cancel
Save