Update .drone.yml

This commit is contained in:
2025-05-21 11:38:46 +00:00
parent c23e96528a
commit a21ab0e640

View File

@@ -1,4 +1,3 @@
kind: pipeline
type: docker
name: default
@@ -27,4 +26,4 @@ steps:
- docker pull git.internet-master.cz:5050/jakub/dotnettest:latest
- docker stop myblazorapp || true
- docker rm myblazorapp || true
- docker run -d --name myblazorapp -p 8080:80 git.internet-master.cz:5050/jakub/dotnettest:latest
- docker run -d --name myblazorapp -p 8080:80 git.internet-master.cz:5050/jakub/dotnettest:latesta