forked from jakub/dotnettest
Update .drone.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user