Update .drone.yml

This commit is contained in:
2025-05-21 11:51:29 +00:00
parent 01c29a1b8d
commit fecdabfd92

View File

@@ -1,12 +1,7 @@
# test
kind: pipeline
type: docker
name: default
steps:
- name: debug-env
image: alpine
commands:
image: alpine
commands:
- printenv | grep DOCKER
- printenv | grep GITEA
@@ -33,4 +28,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:latesta
- docker run -d --name myblazorapp -p 8080:80 git.internet-master.cz:5050/jakub/dotnettest:latest